c spiegazione progrmming --

Z

zen_1184

Guest
/ / main routine
/ / dichiara I / O Pins

void main () (
TRISA = 0b00000001; / / Porta è l'ingresso
TRISB = 0b11111111; / /
TRISC = 0b10000000;
TRISD = 0b11000000;
TRISE = 0b00000000;
LCD_Config (& PORTD, 4,5,6,0,1,2,3);
LCD_Cmd (LCD_CLEAR); / / invia il comando di LCD (Clear LCD)
Lcd_Out (1,1, "Vending Machine");
Lcd_Out (2,1, "System");
Delay_ms (2000);
LCD_Cmd (LCD_CLEAR);
laurea = 0;
if (! but10) / / se Button10 premuto?poi setup
setup ();1 any1 può spiegare THS sezione di programmazione ..
hw tuo set porta come input, e in altri porti.

 

Welcome to EDABoard.com

Sponsor

Back
Top