| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-09-07 | fix(gpio): CBI/SBI handling in writes to PIN register #103 | Uri Shaked | 1 | -2/+2 | |
| fix #103 | |||||
| 2021-08-15 | feat(timer): external timer support #97 | Uri Shaked | 1 | -30/+42 | |
| also refactor timer/GPIO interaction to be more generic. close #97 | |||||
| 2021-08-13 | fix(gpio): timer outputs not reflected in PIN register #102 | Uri Shaked | 1 | -7/+9 | |
| fix #102 | |||||
| 2021-08-09 | fix(gpio): PWM may leaves pins in high state | Uri Shaked | 1 | -0/+1 | |
| Disabling PWM when a GPIO pin is high will cause the pin to get stuck in high state. | |||||
| 2021-07-07 | feat(gpio): external interrupt/PCINT support (#82) | Uri Shaked | 1 | -6/+274 | |
| close #70, #84 | |||||
| 2020-10-07 | fix(gpio): Changing pinMode from `INPUT` to `INPUT_PULLUP` doesn't trigger ↵ | Uri Shaked | 1 | -1/+1 | |
| listeners close #62 | |||||
| 2020-05-29 | fix(gpio): port state not updated on DDR write | Uri Shaked | 1 | -0/+2 | |
| Calling `pinState()` inside a GPIO port listener returns incorrect values after changing DDR close #47 | |||||
| 2020-05-25 | feat(timer): Compare Match Output (#45) | Uri Shaked | 1 | -11/+53 | |
| The Compare Match Output bits are used to generate hardware PWM signals on selected MCU pins. This is also the mechanism used by Arduino's analogWrite() method. See #32 for more details | |||||
| 2020-05-10 | feat(gpio): add setPin() function | Uri Shaked | 1 | -0/+20 | |
| close #26 | |||||
| 2020-04-27 | style: reformat code with prettier 2.x | Uri Shaked | 1 | -12/+12 | |
| prettier rules have changed since we upgraded to 2.x | |||||
| 2020-04-02 | fix: GPIO port listeners not invoked when writing to DDR registers | Uri Shaked | 1 | -0/+4 | |
| close #28 | |||||
| 2020-03-22 | refactor: added peripherals and cpu feature folders | lironh | 1 | -2/+2 | |
| 2020-01-11 | fix(gpio): pinState() value incorrect in GPIO listeners | Uri Shaked | 1 | -1/+2 | |
| fix #9 | |||||
| 2020-01-08 | feat(gpio): add pinState() method | Uri Shaked | 1 | -2/+28 | |
| close #8 | |||||
| 2019-11-30 | feat: add more GPIO ports | Uri Shaked | 1 | -0/+48 | |
| close #3 | |||||
| 2019-11-25 | feat: GPIO peripheral implementation | Uri Shaked | 1 | -0/+74 | |
| Add new AVRIOPort class, implements GPIO output logic | |||||
