From d8499127a123aa169e8fd946facf5ab24ce27b7f Mon Sep 17 00:00:00 2001 From: Dennis Gunia Date: Sat, 23 Dec 2023 18:53:04 +0100 Subject: [PATCH] Added Comment --- firmware_digispark/firmware_digispark.ino | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/firmware_digispark/firmware_digispark.ino b/firmware_digispark/firmware_digispark.ino index 08f8b68..fef3aa0 100644 --- a/firmware_digispark/firmware_digispark.ino +++ b/firmware_digispark/firmware_digispark.ino @@ -1,3 +1,24 @@ +/** + * Dennis Gunia (c) 2023 + * + * USB Keyboard for Worship song-switching + * + * + * Designed for Arduino Pro Micro + * + * Use pin 0 and 2 as inputs. Connect Switches to Ground. + * + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + #include "DigiKeyboard.h" #define SW_1_PIN 0