PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Committer:
itslinear
Date:
Tue Mar 27 09:39:45 2018 +0000
Revision:
30:44475cc82016
Parent:
29:33158a63623b
Child:
36:799e29e48fdb
various bug fixes

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
itslinear 29:33158a63623b 7 #define PRINT_TIME pc.printf("read time: %c:%c:%c, %c.%c.20%c, weekday: %c\r\n",time.hour, time.minute, time.second, time.day, time.month, time.year, time.weekday);
aeschsim 5:656490ec75ff 8 /* Achtung! I2C für Servoboard ist auf PIN PB_9, PB_8
aeschsim 5:656490ec75ff 9 * dies muss in pwmBoard.c geändert werden!
aeschsim 24:da1af5214804 10 *
aeschsim 24:da1af5214804 11 * Pin Out:
aeschsim 24:da1af5214804 12 * I2C PB_9, PB_8
aeschsim 24:da1af5214804 13 * Output enable PC_9
aeschsim 24:da1af5214804 14 *
aeschsim 24:da1af5214804 15 * Servoboard:
aeschsim 24:da1af5214804 16 * 0 Klappe
aeschsim 24:da1af5214804 17 * 1-6 Container
itslinear 30:44475cc82016 18 * 10-12 Rot, Grün, Blau Button 1
itslinear 30:44475cc82016 19 * 13-15 Rot, Grün, Blau Button 2
aeschsim 24:da1af5214804 20 *
itslinear 17:bbafd216e059 21 */