E=MC / Mbed 2 deprecated figure_eight

Dependencies:   mbed-rtos mbed MODSERIAL mbed-dsp telemetry

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers linecam.h Source File

linecam.h

00001 #ifndef LINECAM_H
00002 #define LINECAM_H
00003 
00004 class Linecam{
00005     float ADCdata [128];
00006     float track_centers [128];
00007     bool track_crossings [128];
00008     bool track_found [128];
00009     
00010     
00011 }
00012 
00013 #endif