- This topic has 1 reply, 2 voices, and was last updated 13 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Assemble langauge programming
hi your site is very useful for us in our miniprojects.
can i get assemble langauga programming for “How to interface Sharp’s distance sensor with 8051 microcontroller (AT89C51)” ? plzzzz
im typing program for interfacing Sensor but u have also have to use ADC808/804
RD BIT P1.5
WR BIT P1.6
INTR BIT P1.7
MY DATA EQU P2 ; ADC 0808
MOV P2,#0FFH
SET B INTR
BACK:CLR WR
SETB WR
HERE: JB INTR,HERE
CLR RD