fabiomeraviglia 2 months ago
boolean touched() { boolean touch = false; pinMode(Lo, OUTPUT); digitalWrite(Lo, LOW);
pinMode(Ro, OUTPUT); digitalWrite(Ro, HIGH); pinMode(To, INPUT); pinMode(Bo, INPUT); delay(10); touchX = analogRead(Ti); pinMode(Bo, OUTPUT); digitalWrite(Bo, LOW); pinMode(To, OUTPUT); digitalWrite(To, HIGH); pinMode(Ro, INPUT); pinMode(Lo, INPUT); delay(10); touchY = analogRead(Ri); if(touchX < 1000 and touchY < 1000) touch = true; return touch;
}
I muted this faster than one clock from that AVR.
didaloca 8 months ago 2
please upload the code
BlackHackIT 11 months ago
Can you help me a identical code ?
bernardin0 1 year ago
will you post your code?i like how it doesn't post 0, 0...
bassman76jazz 1 year ago
Is the photoshield required to build something like this?
Pvsmuntje 2 years ago
Now make a midi out for this thing, put in a box, go out and play music ;)
plaukaspyragely 2 years ago
Song is Popcorn, it's been covered by thousands of people, just search for it.
jiminizer 2 years ago
yeah dude please, whats the song name?
PyroGuideToHappiness 2 years ago
Nice ! Where did you buy the touchpad ?
And what is this crazy music ???
chimelme 2 years ago
fabiomeraviglia 2 months ago
boolean touched() { boolean touch = false; pinMode(Lo, OUTPUT); digitalWrite(Lo, LOW);
pinMode(Ro, OUTPUT); digitalWrite(Ro, HIGH); pinMode(To, INPUT); pinMode(Bo, INPUT); delay(10); touchX = analogRead(Ti); pinMode(Bo, OUTPUT); digitalWrite(Bo, LOW); pinMode(To, OUTPUT); digitalWrite(To, HIGH); pinMode(Ro, INPUT); pinMode(Lo, INPUT); delay(10); touchY = analogRead(Ri); if(touchX < 1000 and touchY < 1000) touch = true; return touch;
}
fabiomeraviglia 2 months ago
I muted this faster than one clock from that AVR.
didaloca 8 months ago 2
please upload the code
BlackHackIT 11 months ago
Can you help me a identical code ?
bernardin0 1 year ago
will you post your code?i like how it doesn't post 0, 0...
bassman76jazz 1 year ago
Is the photoshield required to build something like this?
Pvsmuntje 2 years ago
Now make a midi out for this thing, put in a box, go out and play music ;)
plaukaspyragely 2 years ago
Song is Popcorn, it's been covered by thousands of people, just search for it.
jiminizer 2 years ago
yeah dude please, whats the song name?
PyroGuideToHappiness 2 years ago
Nice ! Where did you buy the touchpad ?
And what is this crazy music ???
chimelme 2 years ago