major changes to the backend for controlling the ESP8266 ColorChord.

A new challenger has arrived.  It looks like basically... any network traffic causes glitches in the ADC in.  Not sure how to attack that yet.
This commit is contained in:
cnlohr 2015-08-03 01:19:11 -04:00
parent 666d8077ab
commit c4669ce825
12 changed files with 693 additions and 56 deletions

View file

@ -13,6 +13,7 @@ SRCS:=driver/uart.c \
common/mfs.c \
user/ws2812_i2s.c \
user/hpatimer.c \
user/custom_commands.c \
driver/adc.c \
../embeddedcommon/DFT32.c \
../embeddedcommon/embeddednf.c \