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:
- 51:abe8a392d50b
- Parent:
- 49:65c714a5def2
- Child:
- 52:2b3b194144da
--- a/inc/boards.h Tue Mar 12 22:16:28 2019 +0000 +++ b/inc/boards.h Wed Mar 13 19:10:40 2019 +0000 @@ -66,7 +66,10 @@ void updateSlaveControls(unsigned short); void XupdateControls(unsigned short); -extern InterruptIn i2c; +//extern DigitalOut Mstr_Tx1(PB_6); +//DigitalOut Mstr_Tx2(PB_7); +//InterruptIn Slave_Rx(PB_6); +//extern InterruptIn Slave_Rx(PB_7); extern const unsigned short i2c_addr_slave1; extern const unsigned short i2c_addr_slave2;