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.
Diff: I2CSlaveComm.cpp
- Revision:
- 5:1eb90dace1c7
- Parent:
- 4:5f2b51fa096a
- Child:
- 6:812c1b9f2183
- Child:
- 7:8698d17a0168
diff -r 5f2b51fa096a -r 1eb90dace1c7 I2CSlaveComm.cpp --- a/I2CSlaveComm.cpp Thu Nov 01 19:33:01 2018 +0000 +++ b/I2CSlaveComm.cpp Thu Nov 01 20:50:28 2018 +0000 @@ -15,10 +15,10 @@ int I2Cswitch = 1; -float risetime = 60; -float falltime = 10; +float risetime = 600; +float falltime = 30; float plateautime = 5; -float steptime = 0.2; +float steptime = 0.5; float highvalue = 6; float lowvalue = -1;