Open main menu
Changes
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.
← Older edit
Newer edit →
Rtwomey
Bureaucrat
,
administrator
5,710
edits