für holdor

Dependencies:   Servo mbed pixy

Fork of PES by Gruppe 3

readCamera.h

Committer:
Shukle
Date:
2017-05-01
Revision:
26:c2f7c6cdeece
Parent:
16:0a1703438e8b

File content as of revision 26:c2f7c6cdeece:

#ifndef CAMERA_H
#define CAMERA_H

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

int readCamera();






#endif