#include<Plaquette.h>
AnalogIn myPotentiometer(A0);
void begin() {
// put your setup code here, to run once:
}
void step() {
// put your main code here, to run repeatedly:
println(myPotentiometer);
}
#include<Plaquette.h>
AnalogIn myPotentiometer(A0);
void begin() {
// put your setup code here, to run once:
}
void step() {
// put your main code here, to run repeatedly:
println(myPotentiometer);
}