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: GeneralDebouncer Pacer PololuEncoder mbed
Fork of DeadReckoning by
leds.h@57:99bec7fab454, 2015-04-16 (annotated)
- Committer:
- DavidEGrayson
- Date:
- Thu Apr 16 22:00:15 2015 +0000
- Revision:
- 57:99bec7fab454
- Parent:
- 8:78b1ff957cba
Doubled the encoder counts for indicating the end of the course because we might have to start a little bit back from the finish line.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| DavidEGrayson | 8:78b1ff957cba | 1 | #pragma once |
| DavidEGrayson | 8:78b1ff957cba | 2 | |
| DavidEGrayson | 8:78b1ff957cba | 3 | #include <mbed.h> |
| DavidEGrayson | 8:78b1ff957cba | 4 | extern DigitalOut led1, led2, led3, led4; |
