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.
Dependencies: BME280 BMP280 TextLCD
SERIAL_COMMANDS.hpp
00001 #ifndef SERIAL_COMMANDS_hpp 00002 #define SERIAL_COMMANDS_HPP 00003 #include "TIME.hpp" 00004 #include "DATA.hpp" 00005 #include "SERIAL.hpp" 00006 #include "SAMPLE.hpp" 00007 extern float Sample_Rate; 00008 void Serial_Commands_Output(); 00009 00010 extern int NetworkWaitTime; 00011 //Tickers 00012 extern Ticker Console_Output_Timer;//Controls Serial comms 00013 extern Ticker Sampling_Timer;//Controls Sampling 00014 00015 extern char input[100]; 00016 00017 #endif
Generated on Sun Jul 31 2022 05:12:27 by
1.7.2