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: SDFileSystem mbed
Fork of PES4_Programme by
header/main.h@10:1f327f8aa4dd, 2018-03-25 (annotated)
- Committer:
- cittecla
- Date:
- Sun Mar 25 21:38:38 2018 +0000
- Revision:
- 10:1f327f8aa4dd
- Parent:
- main.h@8:6ece7caefb33
- Child:
- 17:bbafd216e059
- added PWM board enable and disable functions; - created source and header folders, moved files to there folder;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
EHess | 0:c72cd8fd7515 | 1 | #pragma once |
aeschsim | 4:03b54566cbdc | 2 | #include "mbed.h" |
aeschsim | 5:656490ec75ff | 3 | #include "pwmBoard.h" |
aeschsim | 8:6ece7caefb33 | 4 | #include "functions.h" |
aeschsim | 5:656490ec75ff | 5 | |
aeschsim | 5:656490ec75ff | 6 | /* Achtung! I2C für Servoboard ist auf PIN PB_9, PB_8 |
aeschsim | 5:656490ec75ff | 7 | * dies muss in pwmBoard.c geändert werden! |
aeschsim | 5:656490ec75ff | 8 | */ |