i have buy udooneo and i try to use DS18B20 sensors with ArduinoIDE, but i have problem with library ONEWIRE. i have install library from Library Manager, but when i try to compile i have some error ..../OneWire.cpp:149:15: error: 'noInterrupts' was not declared in this scope this error repeat in various line of library. Is not possible to use OneWire library in ArduinoIDE? i can use only in linux? Thanks
Dear Massimo Miatello, that library hasn't been ported yet. We've right now added it to the list of libraries we have to port.
According this page noInterrupts() function is still not supported by Udoo Neo. https://www.udoo.org/docs-neo/Arduino_M4_Processor/Arduino_differences.html You will have to alter the library that it will use attachInterrupt()/detachInterrupt() on all the pins one by one. Or just the pin you are using to read the onewire sensor.