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.
Fork of mbed by
Diff: BusInOut.h
- Revision:
- 85:024bf7f99721
- Parent:
- 65:5798e58a58b1
diff -r 0b3ab51c8877 -r 024bf7f99721 BusInOut.h
--- a/BusInOut.h Mon May 19 18:14:09 2014 +0100
+++ b/BusInOut.h Wed Jun 11 15:14:05 2014 +0100
@@ -86,6 +86,11 @@
protected:
DigitalInOut* _pin[16];
+
+ /* disallow copy constructor and assignment operators */
+private:
+ BusInOut(const BusInOut&);
+ BusInOut & operator = (const BusInOut&);
};
} // namespace mbed
