12,301
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; //…') |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
< | <source lang="C"> | ||
/** | /** | ||
* | * Liest Poti auf dem Arduino aus und färbt das Rechteck danach | ||
*/ | */ | ||
Line 46: | Line 46: | ||
*/ | */ | ||
</ | </source> | ||
[[Category:Software]] | |||
[[Category:Processing]] | |||
[[Category:Arduino]] |