interfacing ADC0804 to 89c51

Thread Starter

kachung30

Joined Feb 3, 2010
6
light sensors >ADC 0804 > 89C51> 8LED.
How to display the result into 8 LEDs and the program is in assembly language.
Thank you.
 

Arm_n_Legs

Joined Mar 7, 2007
186
Read the parallel data from the ADC0804 depending on which port you have connected it to (example, MOV A,P1). Then output to Port 2 (example MOV P2,A).
 
Top