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
Diff: inc/boards.h
- Revision:
- 44:741ee27c8a34
- Parent:
- 42:3ae73b61f657
- Child:
- 49:65c714a5def2
diff -r 291bbdba48f3 -r 741ee27c8a34 inc/boards.h --- a/inc/boards.h Sat Mar 09 21:16:38 2019 +0000 +++ b/inc/boards.h Sat Mar 09 22:32:40 2019 +0000 @@ -62,7 +62,15 @@ void stopConverter(void); struct statusValues checkLevels(struct adcValues); -void updateControls(unsigned short); +unsigned short updateMasterControls(unsigned short); +void updateSlaveControls(unsigned short); void XupdateControls(unsigned short); +extern const unsigned short i2c_addr_slave1; +extern const unsigned short i2c_addr_slave2; + +void initI2C(void); +unsigned short getMasterCommands(void); +void sendSlaveCommands(unsigned short); + #endif \ No newline at end of file