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()
{
SwitchControlLibrary();
MsTimer2::set(17, button);
MsTimer2::set(20, button);
MsTimer2::start();
}