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.
Fork of LocalFileSystem_Read by
localRead.h
00001 #ifndef LOCALREAD_H 00002 #define LOCALREAD_H 00003 00004 00005 #include "mbed.h" 00006 #include "initExoVars.h" 00007 00008 00009 extern float LeftCalib; 00010 extern float RightCalib; 00011 00012 extern float leftOffset; 00013 extern float rightOffset; 00014 float txtLeft; 00015 float txtRight; 00016 extern float hello1; 00017 extern float hello2; 00018 ////char A[10]; 00019 00020 00021 00022 #endif 00023 00024 extern void ReadFile(void); 00025 extern void WriteFile(void); 00026 extern void localRead(void);
Generated on Mon Jul 18 2022 06:04:47 by
1.7.2
