Forked from Frank's excellent library and extended to include I2C0 on PTC8 & PTC9. "This tool allows you to recover from an I2C bus lockup on I2C0 (PTE24, PTE25) and I2C1 (PTE0, PTE1). The reset is only carried out when the corresponding I2C bus is enabled."

Fork of KL25Z_I2C_busreset by Frank Vannieuwkerke

I2C_busreset.h

Committer:
ateyercheese
Date:
2016-07-04
Revision:
5:28a540b25e1c
Parent:
0:e9beb537cf77

File content as of revision 5:28a540b25e1c:

/**************************************************************************************************
 *****                                                                                        *****
 *****  Name: KL25Z I2C_busreset.h                                                            *****
 *****  Date: 24/11/2013                                                                      *****
 *****  Auth: Frank Vannieuwkerke                                                             *****
 *****  Func: library for unblocking I2C bus on KL25Z board                                   *****
 *****  Info: MPL3115A2-AN4481                                                                *****
 **************************************************************************************************/

#include "mbed.h"

#ifndef KL25Z_I2C_RES_H
#define KL25Z_I2C_RES_H
 
void I2C_busreset(void);

#endif