Guest User

Untitled

a guest
Jul 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. PORTA = 0x00;
  2. LATA = 0x00;
  3. ANSELA = 0x00;
  4. TRISA = 0xF0;
  5. PORTB = 0x00;
  6. LATB = 0x00;
  7. ANSELB = 0x00;
  8. TRISB = 0x1F;
  9. PORTC = 0x00;
  10. LATC = 0x00;
  11. ANSELC = 0x00;
  12. TRISC = 0x1F;
Add Comment
Please, Sign In to add comment