|
CLASS DOCUMENTS
REPORTS & ASSIGNMENTS
CLASS CONTENT
USING THIS SITE
registered authors login here You are: (logout) For more on PMWiki, see pmwiki.org |
Serial Pic DigitalBy Chang Soo Lee Back to FSR Report. 'This code is for digital inout 'Using FSR and LED 'by Chang Soo Lee 'ITP, NYU TRISB = %11111111 TRISD = %00000000 main: if portb.3 = 1 then portd = %00000001 else PORTD = %00000000 endif goto main |