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.
Diff: Sensor/Atmpress.h
- Revision:
- 21:b1419813f2d4
- Parent:
- 15:e73408fc6008
--- a/Sensor/Atmpress.h Mon May 30 07:19:34 2016 +0000 +++ b/Sensor/Atmpress.h Sun Jun 19 12:53:16 2016 +0000 @@ -22,6 +22,7 @@ class Atmpress { protected : I2C i2c; + Timeout timeout; char readbyte(char cmd); int32_t addbyte(char xl, char l, char h); uint16_t addbyte(char l, char h);