void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
// horz goes from 0 (right) to 1023 (left)
// vert goes from 0 (bottom) to 1023 (top)void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
// horz goes from 0 (right) to 1023 (left)
// vert goes from 0 (bottom) to 1023 (top)