OneWireNoResistor
OneWireNoResistor copied to clipboard
A slight update of the popular Arduino 1-wire library that eliminates the need for the extra pull-up resistor
Results
3
OneWireNoResistor issues
Sort by
recently updated
recently updated
newest added
need to change the pinmode in the ::begin or it doesn't pull up! ``` void OneWire::begin(uint8_t pin) { pinMode(pin, INPUT_PULLUP); // need to make this change or doesn't pull up...
Has anyone tested this on esp8266?
Hi, what about running m328 at 1 MHz clock?