You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(läuft auf Mac os) ja der Ordner war nicht darin hab diesen angelegt und jetz komme wieder:
abs
/Users/g1/Documents/HB-UNI-Sen-CURRENT/HB-UNI-Sen-CURRENT.ino:31:27: error: 'adsGain_t' has not been declared
#define ADS_SENSOR_GAIN adsGain_t::GAIN_TWO
^
/Users/g1/Documents/HB-UNI-Sen-CURRENT/HB-UNI-Sen-CURRENT.ino:369:20: note: in expansion of macro 'ADS_SENSOR_GAIN'
ads2.init(ADS_SENSOR_GAIN);
^~~~~~~~~~~~~~~
exit status 1
Compilation error: 'Sens_Ads1x15' does not name a type
Hab ein Problem beim kompilieren:
habe Libary ADS1X15 isstalliert es kommt jedoch die Fehlermeldung:
Compilation error: Sensors/Ads1x15.h: No such file or directory
wenn ich #include "Sensors/Ads1x15.h" ersetze durch
#include "ADS1X15.h"
dann kommt die Fehlermeldung : Compilation error: 'Sens_Ads1x15' does not name a type
bezieht sich auf
Sens_Ads1x15<ADS1115_ADDR_1> ads1; Sens_Ads1x15<ADS1115_ADDR_2> ads2;
The text was updated successfully, but these errors were encountered: