At89c2051 - Projects
pos = 0;
void main() while(1) P1_0 = 0; // LED ON (assuming common cathode) delay_ms(500); P1_0 = 1; // LED OFF delay_ms(500); at89c2051 projects
Read a potentiometer using the on-chip comparator (P3.6 and P1.1) to adjust duty cycle. pos = 0; void main() while(1) P1_0 =
So dig out that 8051 programmer, fire up Keil or SDCC, and start building. The world of classic embedded computing is waiting for you. Have you built an interesting project with the AT89C2051? Share it in the comments or on electronics forums – the retro computing community is always eager to see new ideas! pos = 0