xx

Dependencies:   Servo mbed pixy

Fork of PES1 by Gruppe 3

readCamera.h

Committer:
Shukle
Date:
2017-04-21
Revision:
16:0a1703438e8b
Parent:
13:7eba9911e196
Child:
18:6547e54ac803

File content as of revision 16:0a1703438e8b:

#ifndef CAMERA_H
#define CAMERA_H

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

int readCamera();






#endif