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.
TPA81.h
00001 #ifndef MY_TPA_H 00002 #define MY_TPA_H 00003 00004 class TPA81{ 00005 public: 00006 TPA81(PinName, PinName); 00007 void setAddress(char); 00008 int getTempAt(); 00009 int getTemp(short); 00010 protected: 00011 int _aTemp; 00012 int _temp[8]; 00013 I2C _TPA; 00014 char _addr; 00015 char _cmd[2]; 00016 float _delay; 00017 }; 00018 00019 #endif
Generated on Mon Jul 25 2022 11:21:59 by
1.7.2