PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Committer:
aeschsim
Date:
Tue Mar 27 05:07:50 2018 +0000
Revision:
24:da1af5214804
Parent:
23:79638b0e9b16
Child:
27:bf0577ecfa6e
fixed setLED function, added some comments, added pin-out list in main.h

Who changed what in which revision?

UserRevisionLine numberNew 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"
aeschsim 5:656490ec75ff 6
aeschsim 5:656490ec75ff 7 /* Achtung! I2C für Servoboard ist auf PIN PB_9, PB_8
aeschsim 5:656490ec75ff 8 * dies muss in pwmBoard.c geändert werden!
aeschsim 24:da1af5214804 9 *
aeschsim 24:da1af5214804 10 * Pin Out:
aeschsim 24:da1af5214804 11 * I2C PB_9, PB_8
aeschsim 24:da1af5214804 12 * Output enable PC_9
aeschsim 24:da1af5214804 13 *
aeschsim 24:da1af5214804 14 * Servoboard:
aeschsim 24:da1af5214804 15 * 0 Klappe
aeschsim 24:da1af5214804 16 * 1-6 Container
aeschsim 24:da1af5214804 17 * 9-11 Rot, Grün, Blau Button 1
aeschsim 24:da1af5214804 18 * 12-14 Rot, Grün, Blau Button 2
aeschsim 24:da1af5214804 19 *
itslinear 17:bbafd216e059 20 */