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.
Fork of MAX31855 by
Diff: max31855.h
- Revision:
- 1:5eeee89cb281
- Parent:
- 0:656c522152d4
diff -r 656c522152d4 -r 5eeee89cb281 max31855.h
--- a/max31855.h Thu Aug 16 12:46:52 2012 +0000
+++ b/max31855.h Tue Oct 23 10:51:21 2012 +0000
@@ -13,9 +13,10 @@
max31855(SPI& _spi, PinName _ncs);
void select();
void deselect();
- void initialise();
+ void initialise(int setType=0);
int ready();
+ int faultCode;
float chipTemp;
float read_temp();
