funshine / nodemcu-firmware-origin

lua based interactive firmware for mcu like esp8266
MIT License
19 stars 3 forks source link

Onewire protocol #2

Open gorec2005 opened 9 years ago

gorec2005 commented 9 years ago

Can you add onewire protocol to you firmware?

funshine commented 9 years ago

seems lua gpio module is not suitable for 1-wire. maybe a basic 1-wire read write api is needed, and do id search in lua. I will add this to todo list