Some progress on i2c control.

This commit is contained in:
2011-05-09 13:41:53 +00:00
parent 85d33abdd9
commit 52e1c59a2e
5 changed files with 223 additions and 15 deletions

3
types.h Normal file
View File

@@ -0,0 +1,3 @@
typedef int bool;
#define TRUE 1
#define FALSE 0