Pass i2c_message_t messages not only from the left half to the right, but vice versa.

This commit is contained in:
László Monda
2017-09-26 04:12:05 +02:00
parent b88c6e4291
commit 3b3e40af83
3 changed files with 36 additions and 12 deletions

View File

@@ -22,6 +22,7 @@
// Functions:
extern void SlaveProtocolHandler(void);
void SlaveRxHandler(void);
void SlaveTxHandler(void);
#endif