some more adc code

This commit is contained in:
2014-11-04 16:33:45 +01:00
parent eb89aef4a5
commit 4947094772
5 changed files with 130 additions and 55 deletions

6
fatal.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _FATAL_H_
#define _FATAL_H_
void fatal(uint8_t code);
#endif // _FATAL_H_