Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
soylentOrange committed May 8, 2023
1 parent 4232198 commit 24ae42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version=0.1.0
author=soylentOrange
maintainer=soylentOrange
sentence=Hardware-based Pulse-Width-Modulation (PWM) for AVR ATtiny85-based boards using ATTinyCore up to 500 kHz.
paragraph=This hardware-based Pulse-Width-Modulation (PWM) library enables you to use the Hardware-PWM on Arduino AVR ATtiny85-based boards (Digispark) using 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.
paragraph=This hardware-based Pulse-Width-Modulation (PWM) library enables you to use the Hardware-PWM on Arduino AVR ATtiny85-based boards (Digispark) using ATTinyCore. The Timer/Counter1 is used in asynchronous mode to give a PWM-output on Pin PB1 or PB4 up to 500 kHz. The maximum resolution is 8-bit.
category=Device Control
url=https://github.com/soylentOrange/DigiSpark_PWM
architectures=avr
includes=DigiSpark_PWM.h
depends=TinyWireM
depends=TinyWireM

0 comments on commit 24ae42e

Please sign in to comment.