aboutsummaryrefslogtreecommitdiff
path: root/src/timer.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: tslint → eslintUri Shaked2019-12-071-2/+2
|
* fix: Wrong prescaler for Timer2Uri Shaked2019-11-301-5/+30
| | | | fix #5
* feat: Output Compare for TimersUri Shaked2019-11-301-6/+78
| | | | close #4
* feat: initial timer implementationUri Shaked2019-11-211-0/+147
8-bit timers basic functionality + tests: 1. basic counting + prescaler 2. timer overflow 3. timer overflow interrupt