OK,
Load, F9, run this button1.bas
Select '8 LED Board', set the pins like this image.
Run the 16F4Key2.exe module, set it like the image.
Use the buttons to light the LED's ,, play with inverted buttons and latching buttons,, OK.?
I have seen that the Blog exe has a colour change on two of the check boxes.?? its not a problem I will change it later.
OK,
Load, F9, run this button1.bas
Select '8 LED Board', set the pins like this image.
Run the 16F4Key2.exe module, set it like the image.
Use the buttons to light the LED's ,, play with inverted buttons and latching buttons,, OK.?
I have seen that the Blog exe has a colour change on two of the check boxes.?? its not a problem I will change it later.
hi,
Thats good.
I think you should write a simple Basic program of your own and post it, so that I can try it.
Choose any modules you wish, lets see what you have learned...I will wait.
OK
For the next part after your testing program...
I think you have a 12F629 PIC on your bench, do you have a PIC programmer.?
An LED and 330R resistor.
If you have it would be a good idea to program a small PIC.
hi,
Thats good.
I think you should write a simple Basic program of your own and post it, so that I can try it.
Choose any modules you wish, lets see what you have learned...I will wait.
OK
For the next part after your testing program...
I think you have a 12F629 PIC on your bench, do you have a PIC programmer.?
An LED and 330R resistor.
If you have it would be a good idea to program a small PIC.
loop:
If an0 > 450 Then
PORTB.0 = 1
Else
PORTB.0 = 0
Endif
[COLOR=Red]If an0 > 1250 Then[/COLOR]; the maximum value from the 10 bit adc is 1023!!
PORTB.1 = 1
Else
PORTB.1 = 0
Endif
Goto loop
End
it still contain error
in line 0003
please check it !
EDIT :
i want to disable the LCD and only use the led for output