Added adc command for chiptestboard

This commit is contained in:
2016-09-05 10:49:47 +02:00
parent f8b62bba64
commit 988426dc96
7 changed files with 194 additions and 77 deletions

View File

@ -156,6 +156,7 @@ int allocateRAM();
int writeADC(int addr, int val);
int prepareADC();
int prepareSlowADC();
int clearRAM();