132
edits
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
'''Proccessing 1''' | '''Proccessing 1''' | ||
<source lang="java"> | |||
/* Moving the figure of the clock according to the incomingValue. | |||
* | |||
import processing.serial.*; | import processing.serial.*; | ||
Serial myPort; | Serial myPort; | ||
Line 83: | Line 87: | ||
line(0, 0, 50, 0); | line(0, 0, 50, 0); | ||
} | } | ||
</source> | |||
<br /><br /> | |||
'''Processing 2'''(video play and jump by data) | '''Processing 2'''(video play and jump by data) |
edits