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: mbed QEI HIDScope biquadFilter MODSERIAL FastPWM
Diff: main.cpp
- Revision:
- 2:cd67be02b1f7
- Parent:
- 1:b862262a9d14
- Child:
- 3:766c85141f33
--- a/main.cpp Wed Sep 04 15:30:13 2019 +0000
+++ b/main.cpp Mon Sep 09 09:56:42 2019 +0000
@@ -1,11 +1,11 @@
#include "mbed.h"
-//#include "HIDScope.h"
-//#include "QEI.h"
+#include "HIDScope.h"
+#include "QEI.h"
#include "MODSERIAL.h"
-//#include "BiQuad.h"
-//#include "FastPWM.h"
+#include "BiQuad.h"
+#include "FastPWM.h"
-DigitalOut led(LED_RED);
+DigitalOut led(LED_BLUE);
MODSERIAL pc(USBTX, USBRX);
@@ -18,6 +18,6 @@
led = !led;
- wait_ms(500);
+ wait_ms(1000);
}
}