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: C027 C027_Support M2XStreamClient PowerControl jsonlite mbed-rtos mbed
Fork of PONY_Ph0-uAXIS by
Diff: PONY_sense.h
- Revision:
- 51:61a1ec3c56fc
- Parent:
- 41:f603d76dc6fe
--- a/PONY_sense.h Thu Jan 14 21:28:20 2016 +0000 +++ b/PONY_sense.h Tue Jan 19 03:23:28 2016 +0000 @@ -24,6 +24,8 @@ float getTemp(AnalogIn*); int logTemp(AnalogIn*, float*, M2XStreamClient*); +float getWeight(AnalogIn*); + void LIS331write(I2C*, int, int); int LIS331read(I2C*, const int, int*);
