cansat

Dependencies:   BMP085 JPEGCamera SDFileSystem mbed

Fork of SaibiCansat2014 by Takashi SASAKI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers camera.h Source File

camera.h

00001 #ifndef JPEG_CAMERA_H
00002 #define JPEG_CAMERA_H
00003 
00004 class Camera {
00005 };
00006 
00007 int main_camera(int);
00008 #endif