aboutsummaryrefslogtreecommitdiff
path: root/src/gpio.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-22refactor: added peripherals and cpu feature folderslironh1-149/+0
2020-01-11fix(gpio): pinState() value incorrect in GPIO listenersUri Shaked1-1/+2
fix #9
2020-01-08feat(gpio): add pinState() methodUri Shaked1-2/+28
close #8
2019-11-30feat: add more GPIO portsUri Shaked1-0/+48
close #3
2019-11-25feat: GPIO peripheral implementationUri Shaked1-0/+74
Add new AVRIOPort class, implements GPIO output logic