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.
Fork of Nucleo_rtos_SPISlave_Test by
Revision 5:938e95903872, committed 2016-10-01
- Comitter:
- ryood
- Date:
- Sat Oct 01 23:30:56 2016 +0000
- Parent:
- 2:46e25b11a043
- Commit message:
- SPI Slave Test for BaseMachine UI Controller
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Oct 01 12:33:07 2016 +0000 +++ b/main.cpp Sat Oct 01 23:30:56 2016 +0000 @@ -1,3 +1,10 @@ +/* + * SPI Slave Test for BaseMachine UI Controller + * + * 2016.10.02 + * + */ + #include "mbed.h" #include "rtos.h" #include "SPISlave.h" @@ -41,7 +48,7 @@ // RtosTimer RtosTimer stepTimer(stepUp, osTimerPeriodic, (void *)0); - stepTimer.start(250); // BPM:60 + stepTimer.start(125); // BPM:120 SpiS.reply(0); while(1) {