I already have an application using arduino and Zigbee where I use one digital temperature sensor and one ultrasonic sensor. Now I´m trying to change everything and only use the ESP8266 for that. I found that the source code that I just download here in the website has an OnWire library that fits to my temperature sensor, but I didn´t find any library for the ultrasonic sensor, actually I found many but only using the NodeMCU.
My question is: Can I use the regular Ultrasonic library that I used on my Arduino on the ESP? If the answer is yes, can I use all the libraries for the Arduino in the ESP?
Thanks for the help!