Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

mikroc lcd program

Status
Not open for further replies.
You want to
Code:
 #define led0 PORTD.F0
and the for loop is missing a ; at the end
Code:
for(count=0;count<10;count++);

sbit does just that sets a bit
 
Last edited:
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top