PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

header/main.h

Committer:
cittecla
Date:
2018-04-10
Revision:
94:b24d2b432b27
Parent:
87:a0b824c35b1b
Parent:
89:f63e4736d875
Child:
95:b02e1b2a6cbd

File content as of revision 94:b24d2b432b27:

#pragma once
#include "mbed.h"
#include "i2c.h"
#include "functions.h"
#include "variables.h"
#include "sdcard.h"
#include "measure.h"
#include "serialConnection.h"

/* Achtung! I2C für Servoboard ist auf PIN PB_9, PB_8
* dies muss in pwmBoard.c geändert werden!
*
*   Pin Out:
*   I2C PB_9, PB_8
*   Output enable PC_9
*
*   Servoboard:
*   0       Klappe
*   1-6     Container
*   10-12    Rot, Grün, Blau Button 1
*   13-15   Rot, Grün, Blau Button 2
*
*/