-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
afruit_ADS1015.h:28:10: fatal error: util/delay.h: No such file or directory #14
Comments
Sorry for the inconvenience! I need more information to reproduce this problem.
The library you asked for is preinstalled with the IDE. Can you check this path:
|
Hi, first of all I need to say, awesome project!! |
Restarted this morning and saw that I didn't install the exact versions of the libraries as you mentioned in the Wiki. Did that and the first part of the sketch did compile now. An issue that I encounter now is: I think it is related to the time.h manual installation. In the Github it is mentioned that I should install this manually by copying the files to my Sketch directory. When I copied it asked me whether I was ok to overwrite some files. So apparently there was already a Time directory in my Arduino/libraries... I '//'-ed this line to see how far the compile would go. It got stuck on the NTP tab, at timeClient.update(). So I suspect the time library is my issue currently. |
It is needed for your next issue. (In the last few years, I installed so many libraries, I didn't realize that this was missing in the wiki) |
When compiling it now hangs at (line 118): 'InitSerial()' and states that InitSerial was not declared in this scope. |
Thank you very much! It's a good feedback from you, which improve the tutorial!! Awtrix looks interesting. Never heard of it before. Had to google it. I'll keep my eyes on it. Currently, I re-code this project for the ESP32, because I'm not happy with the core design of the ESP8266. My goal is to make
I plan to replace the ADS1X15 with the built-in ADC of this board, because there is no need any more. To make this project even bigger, it will need a SD-Card slot. In this case I have the possibility for new features like:
At least, this is what I try to do… Anyway,
|
need the libraries
i get a error no file delay.h in
afruit_ADS1015.h:28:10: fatal error: util/delay.h: No such file or directory
The text was updated successfully, but these errors were encountered: