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: mbed mbed-rtos MLX90614
Thermometer.h
00001 #include "Item.h" 00002 00003 00004 class Thermometer: public Item { 00005 public: 00006 Thermometer(ST7565 *lcd, Item *back, DigitalOut *gyro, DigitalOut *thermo); 00007 00008 //inherited functions 00009 virtual void display(void); 00010 virtual void update(char c); 00011 00012 private: 00013 Thread *tt; 00014 00015 DigitalOut *gyro, *thermo; 00016 char * title; 00017 static void tt_start(const void *args); 00018 void display_temperature(); 00019 };
Generated on Thu Jul 14 2022 11:25:14 by
1.7.2