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.
UserInput.h
00001 #ifndef USERINPUT_H 00002 #define USERINPUT_H 00003 00004 #include "mbed.h" 00005 #include <string> 00006 00007 extern Serial pc; 00008 extern LocalFileSystem local; 00009 00010 class UserInput{ 00011 public: 00012 string company(); 00013 string pipeName(); 00014 int numberOfSensorsB(); 00015 float distanceB(); 00016 int numberOfSensorsS(); 00017 float distanceS(); 00018 }; 00019 00020 #endif
Generated on Sat Jul 23 2022 19:08:16 by
1.7.2