Gruppe 3 / Mbed 2 deprecated PES3

Dependencies:   Servo mbed pixy

Fork of PES1 by Gruppe 3

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers readCamera.h Source File

readCamera.h

00001 #ifndef CAMERA_H
00002 #define CAMERA_H
00003 
00004 #include <mbed.h>
00005 #include "Pixy.h"
00006 #include "PixyLink.h"
00007 #include "PixyLinkI2C.h"
00008 
00009 
00010 int readCamera(int now);
00011 
00012 
00013 
00014 #endif