Initial commit

This commit is contained in:
2019-09-21 14:41:54 +02:00
commit b76b9fbbf7
156 changed files with 962832 additions and 0 deletions

7
code/inc/adc.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _ADC_H
#define _ADC_H
void adc_setup(void);
int adc_read(unsigned char adc_pin);
#endif