"Arduino" 未定义使用 HX711 库和 Particle Photon

"Arduino" undefined using HX711 library with Particle Photon

我正在尝试使用 HX711 technical 以及一个细胞和一个粒子光子来制作物联网秤。

将代码闪存到 Photon 时,我在库中收到错误消息:

In file included from weightsensor.ino:3:0:
HX711.h:4:5: warning: "ARDUINO" is not defined [-Wundef]
 #if ARDUINO >= 100

是否有任何其他不是特定于 arduino 的库,或者是否有一种简单的方法来解决这个问题?

社区维护了一个用于粒子设备的 HX711 库:HX711ADC

您可以在 Web IDE, CLI or the Desktop IDE 中使用它。