Download Contador de 0 a 99 Con PIC16F887 en Dos Display de 7 Segementos...
Description
Contador de 0 a 99 con PIC16F887 en dos display de 7 segementos #include #fuses hs,nowdt,noprotect,nolvp #use delay(clock=20000000) #byte portd=8 int i,j; int tabla7s[10]={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x67}; void main() { set_tris_d(0x00); do { for (i=0; i
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.