Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
duino-pi_protokol [2014/10/26 21:14]
admin
duino-pi_protokol [2014/11/01 19:16]
admin
Line 3: Line 3:
 ---- ----
  
-Structure:\\+The signal beginns with 4 diffrent characters (S,M,A,D) for stepper motor, gear motors, analog- and digital output and the number of the device. Followed by an other character for the attribut and the value. 
 + 
 +Duino-Pi Code:\\ 
 +[[https://github.com/dernulleffekt/embedded-artist]] 
 + 
 +structure:\\
 character, number, character, number, .... return ("\n")\\ character, number, character, number, .... return ("\n")\\
  
Line 27: Line 32:
 V = value + number (0,1)\\ V = value + number (0,1)\\
 Example: D2V1 (digital: 2, on)\\ Example: D2V1 (digital: 2, on)\\
 +
 +**Preset**\\
 +P = preset + number(1,2,3,...)\\
 +Preset 0 = turn off everything\\
 +Preset 1 = turn on everything\\