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: AverageMCP3008 VoltageMonitor mbed-rtos mbed mcp3008
Fork of KIK01_Proto07 by
Revision 39:3c73531d13a2, committed 2018-01-17
- 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 |
--- 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;