(.text+0xc4): undefined reference to `digitalWrite
这是怎么回事,该怎么修改
digitalWrite未定义,这是个函数还是变量?需要在使用前添加声明和定义。