Friday, 4 October 2013

Week4:Roughly main program (unfinalist)







//#define use_portb_lcd TRUE  //
//#include<lcd.c>  //

#byte portc=7
#byte portd=8
void main ()
{


set_tris_d(0);
set_tris_C(0XFF);

portd=0b00000000;
}

No comments:

Post a Comment