From 24ae42e9931710568bf0183ea575f12f81cb3fb0 Mon Sep 17 00:00:00 2001 From: soylentOrange Date: Mon, 8 May 2023 11:22:33 +0200 Subject: [PATCH] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index fed6083..23fd0e6 100644 --- a/library.properties +++ b/library.properties @@ -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 \ No newline at end of file +depends=TinyWireM