orgua / OneWireHub

OneWire slave device emulator
GNU General Public License v3.0
343 stars 86 forks source link

DS2408 example pin 7 assignment collides with GPIO_DEBUG_PIN #30

Closed ecnelson closed 6 years ago

ecnelson commented 7 years ago

The DS2408 example assigns PIO pin 7 to Arduino pin 7; however, GPIO_DEBUG_PIN is also assigned to Arduino pin 7. It's a good set of mnemonic pin assignments in the example (10, 11, 2–7 for P0–P7) so perhaps it would be best to reassign the GPIO_DEBUG_PIN in OneWireHub_config.h

orgua commented 6 years ago

ok, should be fixed for a long time now, will close