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 N5110 by
Revision 44:42f47a8791c7, committed 2017-05-03
- Comitter:
- el15mh
- Date:
- Wed May 03 21:13:17 2017 +0000
- Parent:
- 43:c2598020fcac
- Commit message:
- fully working program
Changed in this revision
N5110.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r c2598020fcac -r 42f47a8791c7 N5110.h --- a/N5110.h Tue Mar 21 11:46:14 2017 +0000 +++ b/N5110.h Wed May 03 21:13:17 2017 +0000 @@ -341,8 +341,7 @@ * @deprecated Use setPixel(x, y, false) instead */ void clearPixel(unsigned int const x, - unsigned int const y) - __attribute__((deprecated("Use setPixel(x,y,false) instead"))); + unsigned int const y); /** Get a Pixel *