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: MODSERIAL QEI mbed
Fork of Encoder_program by
Revision 3:dfed7f210afa, committed 2015-10-07
- Comitter:
- Wallie117
- Date:
- Wed Oct 07 11:49:14 2015 +0000
- Parent:
- 2:3e6f179dfe7d
- Commit message:
- Authors change
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Oct 07 11:33:51 2015 +0000 +++ b/main.cpp Wed Oct 07 11:49:14 2015 +0000 @@ -1,7 +1,7 @@ //****************************************************************** Encoder Script ****************************************************************** // In this script there will be looked at how we can calculate the degrees that a pulomo DC motor with a gearbox 1:131 kan make. // The usage of this script will be explained in Steps by -// Author: Robert v/d Wal +// Author: Robert v/d Wal, Lisa Verhoeven, Thijs van der Wal, Ewoud Velu, Emily Zoetbrood // ******************************************* Library DECLARATION ************************************** // We need to add the standard "mbed.h" library for standard commands.
