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: BtnEventM0.h
- Revision:
- 1:6e9e9eafb91a
- Parent:
- 0:35d70ff5c12e
- Child:
- 3:ec1b36316bb9
--- a/BtnEventM0.h Mon Oct 27 13:30:40 2014 +0000
+++ b/BtnEventM0.h Tue Jan 13 16:00:27 2015 +0000
@@ -87,6 +87,12 @@
};
*/
+class AnalogInHL : public AnalogIn {
+ public:
+ AnalogInHL(PinName pin) : AnalogIn(pin) { }
+ int Read()
+ { return read_u16()>>6; }
+};
@@ -130,3 +136,6 @@
+
+
+