This is a silly question, but I can't seem to figure out how to
set a bit in a register LOW in C. I know how to do it in assembly,
but for some reason I can't do it in C.
I am experimenting with a 2x16 LCD and was trying to write a simple program to display a test message. I created a main program and was trying to use the functions created in LCD.C (in the ...