Changes

Jump to navigation Jump to search
39 bytes added ,  15:57, 9 June 2015
Line 34: Line 34:     
== Presentation ==
 
== Presentation ==
 +
 +
 +
 
In the BITSI simple protocol you will have to reset the code manually to 0.
 
In the BITSI simple protocol you will have to reset the code manually to 0.
 
BITSI simple code:
 
BITSI simple code:
<nowiki>
+
<syntaxhighlight lang="python" line>
 
#TemplateINFO.pcl
 
#TemplateINFO.pcl
   Line 63: Line 66:  
Oport.send_code(100);    #This is your marker code, range code 1-255
 
Oport.send_code(100);    #This is your marker code, range code 1-255
 
#Now it resets itself automatically to 0 after the specified time
 
#Now it resets itself automatically to 0 after the specified time
</nowiki>
+
</syntaxhighlight>
    
== Python ==
 
== Python ==
733

edits

Navigation menu