Page 1 of 1

(solved) ESP32 equivalent to arduino.h?

Posted: Mon Dec 10, 2018 11:13 pm
by mzimmers
I'm trying to connect an Inspirion temperature sensor to my ESP32. There's a project in github:

https://github.com/spease/Sensirion

That has has some useful stuff, but it references a file "arduino.h" which of course I don't have. Can someone tell me what this might contain, and what the ESP-IDF equivalent might be?

Thanks!

Re: ESP32 equivalent to arduino.h?

Posted: Tue Dec 11, 2018 6:33 am
by username

Re: ESP32 equivalent to arduino.h?

Posted: Tue Dec 11, 2018 2:39 pm
by mzimmers
Thanks!