Demo of LCD modified to use interrupts not delays.

Dependencies:   mbed

Fork of LCD_nonblocking_demo by Oliver Broad

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.

Also due to my inexperience using the repository manager this is currently listed as a fork of itself. Sorry.

Committer:
oliverb
Date:
Wed Nov 20 12:52:19 2013 +0000
Revision:
3:f18aa98bc9a8
Parent:
0:e1231949753e
Moved classes out of main

Who changed what in which revision?

UserRevisionLine numberNew contents of line
oliverb 0:e1231949753e 1 http://mbed.org/users/mbed_official/code/mbed/builds/737756e0b479