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: I2CSlaveComm.h
- Revision:
- 8:e82e5b78dbbd
- Parent:
- 3:29925a0f88da
--- a/I2CSlaveComm.h Fri Nov 23 14:29:57 2018 +0000 +++ b/I2CSlaveComm.h Mon May 06 20:26:33 2019 +0000 @@ -32,5 +32,7 @@ void flow(); void cycle(); void commandselect(); +void setStartingValue(); +void resetCycle(); #endif