| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(gpio): PWM may leaves pins in high state | Uri Shaked | 2021-08-09 | 1 | -0/+1 |
| | | | | | Disabling PWM when a GPIO pin is high will cause the pin to get stuck in high state. | ||||
| * | feat(gpio): external interrupt/PCINT support (#82) | Uri Shaked | 2021-07-07 | 1 | -6/+274 |
| | | | | close #70, #84 | ||||
| * | fix(gpio): Changing pinMode from `INPUT` to `INPUT_PULLUP` doesn't trigger ↵ | Uri Shaked | 2020-10-07 | 1 | -1/+1 |
| | | | | | | | listeners close #62 | ||||
| * | fix(gpio): port state not updated on DDR write | Uri Shaked | 2020-05-29 | 1 | -0/+2 |
| | | | | | | | Calling `pinState()` inside a GPIO port listener returns incorrect values after changing DDR close #47 | ||||
| * | feat(timer): Compare Match Output (#45) | Uri Shaked | 2020-05-25 | 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 | ||||
| * | feat(gpio): add setPin() function | Uri Shaked | 2020-05-10 | 1 | -0/+20 |
| | | | | | close #26 | ||||
| * | style: reformat code with prettier 2.x | Uri Shaked | 2020-04-27 | 1 | -12/+12 |
| | | | | | prettier rules have changed since we upgraded to 2.x | ||||
| * | fix: GPIO port listeners not invoked when writing to DDR registers | Uri Shaked | 2020-04-02 | 1 | -0/+4 |
| | | | | | close #28 | ||||
| * | refactor: added peripherals and cpu feature folders | lironh | 2020-03-22 | 1 | -0/+149 |
