This is the code we showed at Uncraftivism

Dependencies:   mbed

main.cpp

Committer:
jarkman
Date:
2009-12-14
Revision:
2:01115080f6da
Parent:
0:57f4fdadc97f

File content as of revision 2:01115080f6da:


#include "mbed.h"
#include "ucam.h"
#include "Servo.h"




LocalFileSystem local("local");
//UCam ucam(p13, p14);


void UCamInit();
Frame* UCamGetDiff( );



int main() {
   

   
    UCamInit();
    while( true )
    {
        UCamGetDiff();
    }
       
}