Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soylentOrange committed May 8, 2023
1 parent 5c93788 commit 4232198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
---

## Abstract
This hardware-based Pulse-Width-Modulation (PWM) library enables you to use the Hardware-PWM on **Arduino AVR ATtiny85-based boards (Digispark)** using [**ATTinyCore**](https://github.com/SpenceKonde/ATTinyCore). The **Timer/Counter1** is used in _asynchronous mode_ to give a PWM-output on **Pin PB4** up to 500 kHz. The maximum resolution is **8-bit**, the effective resolution typically between **7-bit** and **8-bit**.
This hardware-based Pulse-Width-Modulation (PWM) library enables you to use the Hardware-PWM on **Arduino AVR ATtiny85-based boards (Digispark)** using [**ATTinyCore**](https://github.com/SpenceKonde/ATTinyCore). The **Timer/Counter1** is used in _asynchronous mode_ to give a PWM-output on **Pin PB1** or **Pin PB4** up to 500 kHz. The maximum resolution is **8-bit**, the effective resolution typically between **7-bit** and **8-bit**.

---

Expand Down

0 comments on commit 4232198

Please sign in to comment.