Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed CC3000_Hostdriver TEMT6200 TSI Wi-Go_eCompass_Lib_V3 WiGo_BattCharger
Fork of CC3000_Simple_Socket by
Drivers/I2C_busreset/I2C_busreset.h@15:cc204c19f888, 2013-12-01 (annotated)
- Committer:
- frankvnk
- Date:
- Sun Dec 01 19:32:20 2013 +0000
- Revision:
- 15:cc204c19f888
Added i2c unlock.
; Improved compass reading.
;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| frankvnk | 15:cc204c19f888 | 1 | /************************************************************************************************** |
| frankvnk | 15:cc204c19f888 | 2 | ***** ***** |
| frankvnk | 15:cc204c19f888 | 3 | ***** Name: KL25Z I2C_busreset.h ***** |
| frankvnk | 15:cc204c19f888 | 4 | ***** Date: 24/11/2013 ***** |
| frankvnk | 15:cc204c19f888 | 5 | ***** Auth: Frank Vannieuwkerke ***** |
| frankvnk | 15:cc204c19f888 | 6 | ***** Func: library for unblocking I2C bus on KL25Z board ***** |
| frankvnk | 15:cc204c19f888 | 7 | ***** Info: MPL3115A2-AN4481 ***** |
| frankvnk | 15:cc204c19f888 | 8 | **************************************************************************************************/ |
| frankvnk | 15:cc204c19f888 | 9 | |
| frankvnk | 15:cc204c19f888 | 10 | #include "mbed.h" |
| frankvnk | 15:cc204c19f888 | 11 | |
| frankvnk | 15:cc204c19f888 | 12 | #ifndef KL25Z_I2C_RES_H |
| frankvnk | 15:cc204c19f888 | 13 | #define KL25Z_I2C_RES_H |
| frankvnk | 15:cc204c19f888 | 14 | |
| frankvnk | 15:cc204c19f888 | 15 | void I2C_busreset(void); |
| frankvnk | 15:cc204c19f888 | 16 | |
| frankvnk | 15:cc204c19f888 | 17 | #endif |
