keep pressing state for rapid fire button

This commit is contained in:
2020-11-04 00:47:02 +09:00
parent 3645548cdf
commit 5e431ffdea
7 changed files with 478 additions and 1 deletions

7
.vscode/arduino.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"board": "SparkFun:avr:promicro",
"programmer": "AVR ISP",
"port": "COM11",
"sketch": "connect_switch.ino",
"configuration": "cpu=16MHzatmega32U4"
}