Update ColorChord for the ESP8266
This commit is contained in:
parent
ca4c90b1a8
commit
5a4c232d43
22 changed files with 1226 additions and 206 deletions
6
embedded8266/include/driver/adc.h
Normal file
6
embedded8266/include/driver/adc.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef __ADC_H__
|
||||
#define __ADC_H__
|
||||
void hs_adc_start(void);
|
||||
uint16 hs_adc_read(void);
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue