You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple libraries were found for "OneWire.h"
Used: C:\Users\Strevia\Documents\Arduino\libraries\OneWire
Not used: C:\Program Files (x86)\Arduino\libraries\OneWire
exit status 1
Error compiling._
i looked in the OneWire.h on line 108, but i do not know what de board defined as. what should i do? i compile that in WeMos D1 R2 & mini ESP8266
The text was updated successfully, but these errors were encountered:
When compiling code (modified form of supplied example code DS18x20_Temperature) i get a following error :
_C:\Users\Strevia\Documents\Arduino\libraries\OneWire/OneWire.h:108:2: error: #error "Please define I/O register types here"
#error "Please define I/O register types here"
^
Multiple libraries were found for "OneWire.h"
Used: C:\Users\Strevia\Documents\Arduino\libraries\OneWire
Not used: C:\Program Files (x86)\Arduino\libraries\OneWire
exit status 1
Error compiling._
i looked in the OneWire.h on line 108, but i do not know what de board defined as. what should i do? i compile that in WeMos D1 R2 & mini ESP8266
The text was updated successfully, but these errors were encountered: