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 LCD_nonblocking_demo by
You are viewing an older revision! See the latest version
Homepage
This is an experiment in controlling an LCD from callbacks independently of the main program loop. As it runs from callbacks it is necessary to check if the library is "busy", which is currently indicated by an integer called "busy".
Busy checking should be converted into a method so that the criteria for being "busy" can be changed without changing the API.
As this is rough I have not issued it as a library ... yet.