Offload I2C work onto interrupts. For now, we just spin while waiting

for the I2C activity to complete.
This commit is contained in:
2011-05-26 01:57:16 +00:00
parent 6a3c096bc5
commit 0f508fb424
5 changed files with 197 additions and 135 deletions

View File

@@ -5,4 +5,6 @@ typedef int bool;
#define TRUE 1
#define FALSE 0
#define NULL 0
#endif /* __TYPES_H */