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: BufferedSerial FastPWM mbed
humsensort.h
00001 /* 00002 * tempsensott.h 00003 * 00004 * Created on: 2016. 2. 19. 00005 * Author: sbh9428 00006 */ 00007 00008 #ifndef TEMPSENSORT_H_ 00009 #define TEMPSENSORT_H_ 00010 00011 #include "mbed.h" 00012 class humSensor_t { 00013 public: 00014 float getHumidity(); 00015 00016 humSensor_t(); 00017 humSensor_t(AnalogIn* _Humidityensor); 00018 virtual ~humSensor_t(); 00019 private: 00020 AnalogIn* humiditySensor; 00021 }; 00022 00023 #endif /* TEMPSENSOTT_H_ */
Generated on Fri Jul 15 2022 04:27:40 by
1.7.2