const int ledNum = 10;
const int dataPin = A0;
int slideVal;
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
}
const int ledNum = 10;
const int dataPin = A0;
int slideVal;
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
}