Advertisement
Guest User

Untitled

a guest
Nov 27th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1. #ifndef TOLLOS_I2C_USED
  2. #define TOLLOS_I2C_USED
  3.  
  4. #include "tollos.h"      // types etc.
  5. .....
  6. #ifdef TOLLOS_IO
  7.  
  8. // i2C general I/O functions [not for application use]
  9.  int i2cInitIO(uint channel, uint hz);
  10.  int i2cIO(uint device, byte *put, uint putlen, byte *get, uint getlen);
  11. #endif
  12.  
  13. #endif
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement