Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem beim kompilieren #5

Open
oremountains opened this issue Sep 1, 2023 · 3 comments
Open

Problem beim kompilieren #5

oremountains opened this issue Sep 1, 2023 · 3 comments

Comments

@oremountains
Copy link

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
Copy link
Owner

jp112sdl commented Sep 1, 2023

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

@oremountains
Copy link
Author

(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
Copy link
Owner

jp112sdl commented Sep 3, 2023

Die Adafruit_ADS1X15 Library hast du installiert?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants