index
:
arduino-playground
master
A random assortment of arduino projects
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vga-random
/
src
/
sketch.ino
blob: 503e8331d122676638875d6ba79157028e05b74e (
plain
)
1
2
3
4
5
6
7
void setup() { DDRD = B11111111; } void loop() { PORTD = analogRead(0); }