SPI Slave Test.

Dependencies:   mbed-rtos mbed

Revision:
3:938e95903872
Parent:
2:46e25b11a043
Child:
4:0051fa8b5475
--- 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) {