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: GP2D12rangefinder Initialmbedrobotprogram mbedrobot
Diff: GP2xx.cpp
- Revision:
- 1:e3ea40a41d27
- Parent:
- 0:28b9e26e75ac
diff -r 28b9e26e75ac -r e3ea40a41d27 GP2xx.cpp
--- a/GP2xx.cpp Thu Nov 11 16:01:21 2010 +0000
+++ b/GP2xx.cpp Thu Nov 25 15:06:32 2010 +0000
@@ -29,6 +29,7 @@
/*
* @param ain analog in from sensor
*/
+
IRRangeFinder::IRRangeFinder (PinName pin, int type): _pin(pin) {
sensor=type;
};