KIK01 Proto 08

Dependencies:   AverageMCP3008 VoltageMonitor mbed-rtos mbed mcp3008

Fork of KIK01_Proto07 by Ryo Od

Files at this revision

API Documentation at this revision

Comitter:
ryood
Date:
Wed Jan 17 08:23:23 2018 +0000
Parent:
38:90dde01f8255
Commit message:
Delete wait_us(1) from AD8402Write()

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 90dde01f8255 -r 3c73531d13a2 main.cpp
--- a/main.cpp	Sat Dec 30 09:11:42 2017 +0000
+++ b/main.cpp	Wed Jan 17 08:23:23 2018 +0000
@@ -2,6 +2,7 @@
  * KIK01
  * Kick Machine
  *
+ * 2018.01.17 Release
  * 2017.12.15 Proto08: LEDs
  * 2017.12.03 Proto07: SyncIn
  * 2017.11.29 Proto06: Add Power Monitor
@@ -26,7 +27,7 @@
 #define LED_SYNCOUT_BLINK   (1)
 
 #define TITLE_STR1      ("KIK01 Kick Machine Proto08")
-#define TITLE_STR2      ("20171230")
+#define TITLE_STR2      ("20180117")
 
 #define PI_F            (3.1415926f)
 
@@ -148,7 +149,7 @@
     SpiMAD8402.write(address);
     SpiMAD8402.write(value);
     AD8402Cs = 1;
-    wait_us(1);
+    //wait_us(1);
 
 #if (PIN_CHECK)
     Dout2 = 0;