请教下,就是你的RX接收端代码有误呢??能帮我看看吗?
Arduino:1.7.2 (Windows 7), 板:"Arduino Nano, ATmega328"
RX_Main.ino: In function 'void setup()':
RX_Main.ino:133:5: error: 'Serial2' was not declared in this scope
RX_Main.ino:144:5: error: 'Serial3' was not declared in this scope
GPS_Model.pde: In function 'void read_Home_GPS()':
GPS_Model.pde:25:12: error: 'Serial2' was not declared in this scope
GPS_Model.pde: In function 'void read_GPS()':
GPS_Model.pde:50:12: error: 'Serial3' was not declared in this scope
编译有误。
报告将会包含更多的信息
"在编译时,输出详细信息"
在 文件>首选项 中启用
|