emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
(Created page with '<pre> →* * Liesst Poti auf dem Arduino aus und färbt das Rechteck danach: import processing.serial.*; Serial myPort; // Create object from Serial class int val; //…') |
m (changed pre to source) |
||
Line 1: | Line 1: | ||
< | <source lang="C"> | ||
/** | /** | ||
* | * Liest Poti auf dem Arduino aus und färbt das Rechteck danach | ||
*/ | */ | ||
Line 46: | Line 46: | ||
*/ | */ | ||
</ | </source> |