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@69:ec1cfc0cd161, 2018-04-06 (annotated)
- Committer:
- aeschsim
- Date:
- Fri Apr 06 06:25:36 2018 +0000
- Revision:
- 69:ec1cfc0cd161
- Parent:
- 62:6e021f4d2fbb
- Parent:
- 63:be13158bb4dd
- Child:
- 87:a0b824c35b1b
- Child:
- 89:f63e4736d875
merged files and commented some parts out. Still not compiling, due to errors in serialInterrupts. I don't understand why these errors occures, when #include serialInterrupts.h is commented out.
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 | 18:fdef4c799890 | 3 | #include "i2c.h" |
aeschsim | 8:6ece7caefb33 | 4 | #include "functions.h" |
aeschsim | 23:79638b0e9b16 | 5 | #include "variables.h" |
cittecla | 51:a98ffbd41e76 | 6 | #include "sdcard.h" |
EHess | 62:6e021f4d2fbb | 7 | #include "measure.h" |
aeschsim | 69:ec1cfc0cd161 | 8 | //#include "serialInterrupts.h" |
aeschsim | 5:656490ec75ff | 9 | |
aeschsim | 5:656490ec75ff | 10 | /* Achtung! I2C für Servoboard ist auf PIN PB_9, PB_8 |
aeschsim | 5:656490ec75ff | 11 | * dies muss in pwmBoard.c geändert werden! |
aeschsim | 24:da1af5214804 | 12 | * |
aeschsim | 24:da1af5214804 | 13 | * Pin Out: |
aeschsim | 24:da1af5214804 | 14 | * I2C PB_9, PB_8 |
aeschsim | 24:da1af5214804 | 15 | * Output enable PC_9 |
aeschsim | 24:da1af5214804 | 16 | * |
aeschsim | 24:da1af5214804 | 17 | * Servoboard: |
aeschsim | 24:da1af5214804 | 18 | * 0 Klappe |
aeschsim | 24:da1af5214804 | 19 | * 1-6 Container |
itslinear | 30:44475cc82016 | 20 | * 10-12 Rot, Grün, Blau Button 1 |
itslinear | 30:44475cc82016 | 21 | * 13-15 Rot, Grün, Blau Button 2 |
aeschsim | 24:da1af5214804 | 22 | * |
itslinear | 17:bbafd216e059 | 23 | */ |