hallo

Dependencies:   Servo mbed pixy

Fork of PES1 by Gruppe 3

Committer:
itslinear
Date:
Fri May 12 12:25:34 2017 +0000
Revision:
19:adae367247d4
Parent:
18:3ee1b02ed3aa
hallo balz

Who changed what in which revision?

UserRevisionLine numberNew contents of line
itslinear 11:7c5598781280 1 #ifndef CAMERA_H
itslinear 11:7c5598781280 2 #define CAMERA_H
itslinear 0:306a2438de17 3
itslinear 0:306a2438de17 4 #include <mbed.h>
itslinear 11:7c5598781280 5 #include "Pixy.h"
itslinear 13:7eba9911e196 6 #include "PixyLink.h"
itslinear 13:7eba9911e196 7 #include "PixyLinkI2C.h"
itslinear 0:306a2438de17 8
itslinear 18:3ee1b02ed3aa 9
itslinear 19:adae367247d4 10 int readCamera(int now);
itslinear 0:306a2438de17 11
itslinear 0:306a2438de17 12
itslinear 0:306a2438de17 13
itslinear 0:306a2438de17 14 #endif