|
大佬 您好 我也遇到类似的问题了 您解决了吗 想请教一下
C:\Users\����\Documents\Arduino\libraries\ClosedCube_SHT31D\src\ClosedCube_SHT31D.cpp: In member function 'SHT31D_ErrorCode ClosedCube_SHT31D::read(uint16_t*, uint8_t)':
C:\Users\����\Documents\Arduino\libraries\ClosedCube_SHT31D\src\ClosedCube_SHT31D.cpp:416:8: error: 'class TwoWire' has no member named 'readBytes'
Wire.readBytes(buf, (uint8_t)2);
^
exit status 1
为开发板 Generic STM32F103C series 编译时出错。 |
|