nodemcu-firmware/app/driver
Johny Mattsson afbbeb4566 Replaced UART driver.
New driver is a three-way merger between Espressif's esp8266-rtos-sdk example
driver, Espressif's esp32-rtos-sdk not-example driver, and the previous
NodeMCU driver, plus some general clean-ups.

Basic interactivity is now available on the ESP32!
2016-06-23 18:23:04 +10:00
..
Makefile Replaced UART driver. 2016-06-23 18:23:04 +10:00
gpio16.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
i2c_master.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
key.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
onewire.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
pwm.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
rotary.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
sigma_delta.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
spi.c Make NodeMCU compile and link for ESP32. 2016-06-09 18:40:56 +10:00
uart.c Replaced UART driver. 2016-06-23 18:23:04 +10:00