From 64667b865ed2fe7a685a26cf4290e1966c70f41b Mon Sep 17 00:00:00 2001 From: midilab Date: Fri, 21 Oct 2022 04:43:49 -0400 Subject: [PATCH] update general project metadata --- src/uClock.cpp | 6 +++--- src/uClock.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/uClock.cpp b/src/uClock.cpp index ab9c868..b7d885e 100755 --- a/src/uClock.cpp +++ b/src/uClock.cpp @@ -1,10 +1,10 @@ /*! * @file uClock.cpp * Project BPM clock generator for Arduino - * @brief A Library to implement BPM clock tick calls using hardware timer interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560, Teensy ARM boards and Seedstudio XIAO M0 - * @version 1.1.0 + * @brief 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) + * @version 1.1.4 * @author Romulo Silva - * @date 04/03/2022 + * @date 10/06/2017 * @license MIT - (c) 2022 - Romulo Silva - contact@midilab.co * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/uClock.h b/src/uClock.h index 59a56b8..9846d2a 100755 --- a/src/uClock.h +++ b/src/uClock.h @@ -1,10 +1,10 @@ /*! * @file uClock.h * Project BPM clock generator for Arduino - * @brief A Library to implement BPM clock tick calls using hardware timer interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560, Teensy ARM boards and Seedstudio XIAO M0 - * @version 1.1.0 + * @brief 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) + * @version 1.1.4 * @author Romulo Silva - * @date 04/03/2022 + * @date 10/06/2017 * @license MIT - (c) 2022 - Romulo Silva - contact@midilab.co * * Permission is hereby granted, free of charge, to any person obtaining a