rate change

This commit is contained in:
2020-09-06 19:08:41 +09:00
parent 02f2c7a2ef
commit 7eaa07ac3a

View File

@@ -18,7 +18,7 @@ void button() {
void setup() void setup()
{ {
SwitchControlLibrary(); SwitchControlLibrary();
MsTimer2::set(17, button); MsTimer2::set(20, button);
MsTimer2::start(); MsTimer2::start();
} }