As of Monday morning, so this is the code we showed at Uncraftivism.

Dependencies:   mbed

main.cpp

Committer:
voidnoise
Date:
2009-12-14
Revision:
1:5d20e168f467
Parent:
0:da6a22da11a2

File content as of revision 1:5d20e168f467:


#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();
    }
       
}