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