72f30ad950
Add license and readme details. Rid of compile-time switches. Rid of lazy initialization of sensor. Minor code fixing. |
||
---|---|---|
.. | ||
component.mk | ||
LICENSE | ||
onewire.c | ||
onewire.h | ||
README.md |
Yet another one wire driver for the ESP8266
This is a port of bit banging one wire driver based on nodemcu implementaion.
Seams that they port it from https://www.pjrc.com/teensy/td_libs_OneWire.html
For all aspect regarding license, please check LICENSE file and coresponding projects.