我最近一直在使用我的 Arduino Uno 和土壤中的电导率传感器(来自 Decagon Devices 的 5TE 传感器)进行一个项目。我已准备好编写代码,并在 GitHub 上找到了此示例代码(当您向下滚动页面时,示例代码就在那里)。当试图在最新版本的 Arduino 上运行它时,它给了我这些编译错误:
sketch_dec15a:7: error: expected initializer before 'void'
sketch_dec15a:4: error: 'SDISerial' does not name a type
sketch_dec15a:9: error: expected initializer before 'void'
sketch_dec15a.ino: In function 'void loop()':
sketch_dec15a:22: error: 'connection' was not declared in this scope
注意:我相信我正确安装了库,但不是 100% 确定……更像是 85%。
代码有什么问题以及如何使其工作?