Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Regfile="attiny13.dat"
- Config PORTB.2=output
- Config PORTB.1=output
- Do
- If portb.3=1 then Portb.2=1 else portb.2=0
- If PORTB.4=1 then PORTB.1=1 else PORTB.1=0
- Loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement