PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

header/main.h

Committer:
aeschsim
Date:
2018-04-06
Revision:
69:ec1cfc0cd161
Parent:
62:6e021f4d2fbb
Parent:
63:be13158bb4dd
Child:
87:a0b824c35b1b
Child:
89:f63e4736d875

File content as of revision 69:ec1cfc0cd161:

#pragma once
#include "mbed.h"
#include "i2c.h"
#include "functions.h"
#include "variables.h"
#include "sdcard.h"
#include "measure.h"
//#include "serialInterrupts.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
*
*/