去年润夏 发表于 2018-3-22 11:00:02

arduino Webduino扩展库 例程报错 求指点

本帖最后由 去年润夏 于 2018-3-22 18:51 编辑

分享一个库文件webduino扩展库

不过即使使用例程在我的IDE上编译也会报错
不知道该怎么解决
In file included from sketch_mar22a.ino:27:0:
C:\Users\LL\Documents\Arduino\libraries\webduino-1.7/WebServer.h:193:21: error: 'prog_uchar' does not name a type
   void printP(const prog_uchar *str);
                     ^
C:\Users\LL\Documents\Arduino\libraries\webduino-1.7/WebServer.h:193:33: error: ISO C++ forbids declaration of 'str' with no type [-fpermissive]
   void printP(const prog_uchar *str);
                                 ^
C:\Users\LL\Documents\Arduino\libraries\webduino-1.7/WebServer.h:199:21: error: 'prog_uchar' does not name a type
   void writeP(const prog_uchar *data, size_t length);
                     ^

。。。。。。。。


页: [1]
查看完整版本: arduino Webduino扩展库 例程报错 求指点