Implement the I2C watchdog using PIT.

This commit is contained in:
László Monda
2017-02-25 17:48:37 +01:00
parent b453297570
commit 6cf27799a6
6 changed files with 61 additions and 21 deletions

8
right/src/i2c_watchdog.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __I2C_WATCHDOG_H_
#define __I2C_WATCHDOG_H_
// Functions:
extern void InitI2cWatchdog();
#endif