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:
- 12:6aabdca32aee
- Parent:
- 11:008c8060e640
- Child:
- 13:6c9e9d2cf9cd
--- a/main.cpp Fri Sep 20 09:10:05 2019 +0000 +++ b/main.cpp Fri Sep 20 09:43:53 2019 +0000 @@ -55,8 +55,9 @@ int main() { pc.baud(115200); lichtje=1; + pc.printf("Maak me dood svp\n\r"); AInTicker.attach(&ReadAnalogInAndFilter, 0.01); - while(true) + while(true) { }