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: N5110.h
- Revision:
- 31:8a0c21042f82
- Parent:
- 29:5bc91bd44c77
- Child:
- 33:d80e568a2e18
--- a/N5110.h Thu Feb 16 15:32:05 2017 +0000 +++ b/N5110.h Thu Feb 16 15:36:44 2017 +0000 @@ -222,6 +222,11 @@ PinName const sclkPin, PinName const ledPin); + /** + * Free allocated memory when object goes out of scope + */ + ~N5110(); + /** Initialise display * * Powers up the display and turns on backlight (50% brightness default).