![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I have a pic16F84A and I want it to do set RB7 after 60 seconds. I'm using 8 MHz crystal and the count of the counter should be 1832 (60 seconds). Please I need help, it's very important. | |
| |
| | (permalink) |
| Since you are using C, use "int" data type (16-bit) for counting more than 255 (8-bit).
__________________ "There is no way to peace, peace is the way!" | |
| |