aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/gpio.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs: add copyright notice to source codeUri Shaked2025-02-111-0/+4
* chore(deps): upgrade prettierUri Shaked2025-02-111-2/+5
* chore: update copyright yearsUri Shaked2023-01-051-1/+1
* fix(gpio): INT0 broken on ATtiny85Uri Shaked2023-01-051-18/+21
* feat(usi): ATtiny85 USI implementationUri Shaked2022-05-171-2/+5
* fix(gpio): CBI/SBI handling in writes to PIN register #103Uri Shaked2021-09-071-2/+2
* feat(timer): external timer support #97Uri Shaked2021-08-151-30/+42
* fix(gpio): timer outputs not reflected in PIN register #102Uri Shaked2021-08-131-7/+9
* fix(gpio): PWM may leaves pins in high stateUri Shaked2021-08-091-0/+1
* feat(gpio): external interrupt/PCINT support (#82)Uri Shaked2021-07-071-6/+274
* fix(gpio): Changing pinMode from `INPUT` to `INPUT_PULLUP` doesn't trigger li...Uri Shaked2020-10-071-1/+1
* fix(gpio): port state not updated on DDR writeUri Shaked2020-05-291-0/+2
* feat(timer): Compare Match Output (#45)Uri Shaked2020-05-251-11/+53
* feat(gpio): add setPin() functionUri Shaked2020-05-101-0/+20
* style: reformat code with prettier 2.xUri Shaked2020-04-271-12/+12
* fix: GPIO port listeners not invoked when writing to DDR registersUri Shaked2020-04-021-0/+4
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+149