https://github.com/dsoze1138/18f252_timer0
Setup a TIMER0 interrupt to assert every 1.6384 milliseconds.
https://github.com/dsoze1138/18f252_timer0
c microchip-pic pic16f
Last synced: 12 months ago
JSON representation
Setup a TIMER0 interrupt to assert every 1.6384 milliseconds.
- Host: GitHub
- URL: https://github.com/dsoze1138/18f252_timer0
- Owner: dsoze1138
- Created: 2019-10-27T18:26:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T19:32:18.000Z (over 6 years ago)
- Last Synced: 2025-02-26T13:46:54.893Z (over 1 year ago)
- Topics: c, microchip-pic, pic16f
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIC18F252 TIMER0 interrupt
Initial a PIC18F252 with an external 10MHz crystal for a 40MHz system clock.
Setup a TIMER0 interrupt to assert every 1.6384 milliseconds.
Assign pins to be used for an 8-bit parallel interface to an HD44780 LCD controller.