Changes

Jump to: navigation, search

Week 4 Lab

2 bytes added, 03:29, 21 April 2009
Dimmer
Controlling a physical LED with the computer.
<code>
void loop()
{
char val;
analogWrite(ledPin, 25*(val-'0'));
}
}
</code>
*Processing, MaxMSP, and many more.

Navigation menu