The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
85:024bf7f99721
Parent:
71:8fabd470bb6e
Child:
98:8ab26030e058
--- a/SPI.h	Mon May 19 18:14:09 2014 +0100
+++ b/SPI.h	Wed Jun 11 15:14:05 2014 +0100
@@ -92,6 +92,10 @@
     */
     virtual int write(int value);
 
+public:
+    virtual ~SPI() {
+    }
+
 protected:
     spi_t _spi;