Update license

This commit is contained in:
61616
2022-05-16 10:59:41 -04:00
parent 391c52dc48
commit bb3f473135
2 changed files with 3 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
B12NumbersV3
Basic processing key press tracker for reference.
by Nayan Sawyer
started May13 2022
version 1.0.0 May 13 2022
started May 13 2022
version 1.0.1 May 16 2022
*/
int[] keys; // Declare key tracking array

View File

@@ -1,2 +1,3 @@
# KeyPressesBasic
Basic Processing key press tracker for reference
MIT License. You are free to use this code in any way