我试着用带细胞和粒子光子的IoT HX711 技术性来制作一个标度。
当将代码闪烁到Photon时,我在库中收到一个错误:
In file included from weightsensor.ino:3:0:
HX711.h:4:5: warning: "ARDUINO" is not defined [-Wundef]
#if ARDUINO >= 100有没有其他不是arduino特定的库,或者有一种简单的方法来解决这个问题?
https://stackoverflow.com/questions/53059941
复制相似问题