ExploreEmbedded / Hornbill-Examples

89 stars 171 forks source link

example industrial logger gives error with delay.h #3

Closed TLS1000 closed 6 years ago

TLS1000 commented 6 years ago

got the AWS IOT working, but MAX6675 library doesn't compile. delay functions don't work. downloaded the latest adafruit MAX6675 lib. 'util/delay.h' no such file or directory. Where can i find the delay library for ESP32?

thank you

TLS1000 commented 6 years ago

got it working: in the max6675 library you need to comment out util/delay.h and replace the delay_ms statements with ordinary delay functions.