aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/gpio.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(gpio): add setPin() functionUri Shaked2020-05-101-0/+20
| | | | close #26
* style: reformat code with prettier 2.xUri Shaked2020-04-271-12/+12
| | | | prettier rules have changed since we upgraded to 2.x
* fix: GPIO port listeners not invoked when writing to DDR registersUri Shaked2020-04-021-0/+4
| | | | close #28
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+149