Code: Select all
void setup()
display a fixed text on a 20x4 LCD display
void main()
detect motion from a sensorSo, the text on the display should only be setup once. The text doesn't change.
The motion detection should be in a while() loop.
(If needed I can post my C++ program for clarification)