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:
Mon Nov 18 13:49:59 2013 +0000
Revision:
0:e1231949753e
First version to use buffering

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