uno test only
This commit is contained in:
parent
f4721fcd25
commit
a80e7db98e
2 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@
|
|||
// SPDX-License-Identifier: MIT
|
||||
|
||||
int analogIn = A1;
|
||||
// in arduino, feather rp2040 pin 5 is pin 7
|
||||
int digitalOut = 7;
|
||||
int digitalOut = 5;
|
||||
int analogValue = 0;
|
||||
unsigned long timer = 2000;
|
||||
unsigned long startTime = millis();
|
||||
|
|
|
|||
Loading…
Reference in a new issue