Update ColorChord for the ESP8266

This commit is contained in:
cnlohr 2015-07-27 03:34:00 -04:00
parent ca4c90b1a8
commit 5a4c232d43
22 changed files with 1226 additions and 206 deletions

View file

@ -0,0 +1,6 @@
#ifndef __ADC_H__
#define __ADC_H__
void hs_adc_start(void);
uint16 hs_adc_read(void);
#endif