#wwwtarinanet
Ordenar por:
Categoría:
C
Contandor ascendente 00 - 99 PIC16F887 + Pic CCS Compiler
Programacion en pic c compiler #include <16F887.h> #FUSES NOWDT #FUSES NOBROWNOUT #FUSES NOLVP #use delay(internal=4MHz) #use fast_io(c) #use fast_io(d) #use fast_io(a) VOID main () { INT i = 0, j = 0; set_tris_c (0b11110000); set_tris_d (0b11110000); set_tris_a (0b11111111); output_c (0b0000); outp…
0
0