From 6aea91f8805d51406e124d8bd25cf0dfbbb242c3 Mon Sep 17 00:00:00 2001 From: midilab Date: Fri, 21 Oct 2022 04:35:40 -0400 Subject: [PATCH] update general project metadata --- README.md | 2 +- library.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d55575..b8f3a5f 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # uClock -**BPM clock generator for Arduino platform** is a library to implement BPM clock tick calls using **hardware interruption** for tight and solid timing clock ticks. Supported and tested on general **AVR boards (ATmega168/328, ATmega16u4/32u4, ATmega2560)** and some **ARM boards (Teensy and Seedstudio XIAO M0)**. +**BPM clock generator for Arduino platform** is a library to implement BPM clock tick calls using **hardware interruption** for tight and solid timing clock ticks. Supported and tested on general **AVR boards (ATmega168/328, ATmega16u4/32u4 and ATmega2560)** and some **ARM boards (Teensy and Seedstudio XIAO M0)**. Generate your self tight BPM clock for music, audio/video productions, performances or installations. You can clock your MIDI setup or sync different protocols as you wish. diff --git a/library.properties b/library.properties index 3189653..72063c2 100755 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=uClock -version=1.1.2 +version=1.1.4 author=Romulo Silva maintainer=Romulo Silva -sentence=BPM clock generator for Arduino and Teensy boards -paragraph=A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560, Teensy ARM boards and Seedstudio XIAO M0 +sentence=BPM clock generator for Arduino platform. +paragraph=A Library to implement BPM clock tick calls using hardware interruption. Supported and tested on AVR boards(ATmega168/328, ATmega16u4/32u4 and ATmega2560) and ARM boards(Teensy and Seedstudio XIAO M0) category=Timing url=https://github.com/midilab/uClock architectures=avr,arm,samd