jp112sdl / HB-UNI-Sen-CURRENT

4 stars 1 forks source link

Problem beim kompilieren #5

Open oremountains opened 1 year ago

oremountains commented 1 year ago

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;

jp112sdl commented 1 year ago

Sieht so aus, als hättest du nicht den Ordner "Sensors" hier aus dem Projekt mit im Sketch-Verzeichnis liegen

oremountains commented 1 year ago

(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

jp112sdl commented 1 year ago

Die Adafruit_ADS1X15 Library hast du installiert?