hallo

Dependencies:   Servo mbed pixy

Fork of PES1 by Gruppe 3

readCamera.h

Committer:
itslinear
Date:
2017-05-16
Revision:
21:69ee872b8ee9
Parent:
19:adae367247d4

File content as of revision 21:69ee872b8ee9:

#ifndef CAMERA_H
#define CAMERA_H

#include <mbed.h>
#include "Pixy.h"
#include "PixyLink.h"
#include "PixyLinkI2C.h"


int readCamera(int now);



#endif