Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Tridgell 27ff999319 I2C:: catch some more types of I2C errors for error count 2012-11-12 11:25:07 +11:00
uncrustify 7aa99f0752 uncrustify libraries/I2C/I2C.h 2012-08-21 19:04:30 -07:00
uncrustify 517530ba58 uncrustify libraries/I2C/I2C.cpp 2012-08-21 19:04:30 -07:00
uncrustify e1a905239e uncrustify libraries/I2C/examples/HMC5883L/HMC5883L.pde 2012-08-21 19:04:30 -07:00
Andrew Tridgell 9e30b5e4a5 I2C: fixed cr/lf mess 2012-03-11 15:37:07 +11:00
Andrew Tridgell 1e8d98cdda I2C: added lockup_count() interface
used for reporting I2C problems
2012-03-02 15:48:27 +11:00
Randy Mackay ed19c25a97 Arduino 1.0 - changed all #includes of "WProgram.h", "wiring.h" and "WConstants.h to "Arduino.h".
Modified FastSerial's write function to return size_t (number of bytes written).
2012-01-28 12:25:47 +09:00
Andrew Tridgell 7c098491b9 I2C: fixed some warnings 2011-12-28 20:41:53 +11:00
Andrew Tridgell 8ee336e715 I2C: imported the I2C library from Wayne Truchsess
this gives us a more robust interface, including timeouts
2011-12-28 20:28:31 +11:00