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.
Data.h
00001 #ifndef DATA_H 00002 #define DATA_H 00003 00004 #include "UserInput.h" 00005 #include "mbed.h" 00006 #include <string> 00007 00008 extern LocalFileSystem local; 00009 00010 class Data{ 00011 public: 00012 void initialise(); 00013 void counter(int count); 00014 void logSpeed(int *sensor_number, float *time, float *speed); 00015 //void averageData(); 00016 }; 00017 #endif
Generated on Sat Jul 23 2022 19:08:16 by
1.7.2