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.
Dependents: Final_Homework1 ee202Homework1 EE202A_Homework1 PRVIZ_LV8
Fork of TSI by
Diff: TSISensor.h
- Revision:
- 4:4dc2f5a3a731
- Parent:
- 2:507b1f67804b
- Child:
- 5:a192baf6250c
diff -r 1a60ef257879 -r 4dc2f5a3a731 TSISensor.h
--- a/TSISensor.h Thu May 09 09:24:34 2013 +0000
+++ b/TSISensor.h Fri Jun 28 13:59:29 2013 +0000
@@ -62,6 +62,8 @@
* @returns distance in mm. The value is between [0 ... 40]
*/
uint8_t readDistance();
+ uint16_t readValue(uint8_t);
+ void TSISensor_reset(void);
private:
void sliderRead(void);
