Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.cpp
00001 00002 #include "mbed.h" 00003 #include "ucam.h" 00004 #include "Servo.h" 00005 00006 00007 00008 00009 LocalFileSystem local("local"); 00010 //UCam ucam(p13, p14); 00011 00012 00013 void UCamInit(); 00014 Frame* UCamGetDiff( ); 00015 00016 00017 00018 int main() { 00019 00020 00021 00022 UCamInit(); 00023 while( true ) 00024 { 00025 UCamGetDiff(); 00026 } 00027 00028 } 00029 00030
Generated on Wed Jul 27 2022 03:18:56 by
1.7.2