im using led matrix 5x9 which has 5 anode and 9 cathode im pluging 9 cathode in 4017 5 anode in port a in pic 16f84 so i need help to pulsout portb.0 to the 4017 so i want to display text on the led matrix
example
porta = %10010
pulsout portb.0,150
pause 10
porta = %11001
pulsout portb.0,150
so on .......
i need help in pulsout plz or someone can post any example code here ,,?
Bookmarks