xx

Dependencies:   Servo mbed pixy

Fork of PES1 by Gruppe 3

Committer:
itslinear
Date:
Tue May 09 13:21:49 2017 +0000
Revision:
18:6547e54ac803
Parent:
16:0a1703438e8b
f?r holdi;

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:6547e54ac803 9
itslinear 12:b9faf8637183 10 int readCamera();
itslinear 0:306a2438de17 11
itslinear 0:306a2438de17 12
itslinear 0:306a2438de17 13
itslinear 0:306a2438de17 14 #endif