在Arduino IDE中使用MySQL库函数读取数据库数据时,出现错误信息:librariesMySQL_Connector_ArduinosrcMySQL_Encrypt_Sha1.cpp:95:1: error: no return statement in function returning non-void [-Werror=return-type]
。该错误提示函数缺少返回值。通过修改MySQL_Encrypt_Sha1.cpp
文件解决了该问题。
Arduino平台MySQL库函数报错及解决方案
文件列表
MySQL_Connector_Arduino.rar
(预估有个27文件)
MySQL_Connector_Arduino
src
MySQL_Packet.cpp
15KB
MySQL_Connection.h
2KB
MySQL_Encrypt_Sha1.h
1KB
MySQL_Connection.cpp
4KB
MySQL_Cursor.cpp
14KB
MySQL_Encrypt_Sha1.cpp
3KB
MySQL_Packet.h
3KB
MySQL_Cursor.h
3KB
暂无评论