Changes

Jump to navigation Jump to search
442 bytes added ,  01:37, 23 June 2017
Line 213: Line 213:  
</code><br />
 
</code><br />
 
This method returns a byte array of identifiers indicating what boards are present in the flight stack, including the identifier of the calling board. This byte array fully defines the flight stack.
 
This method returns a byte array of identifiers indicating what boards are present in the flight stack, including the identifier of the calling board. This byte array fully defines the flight stack.
 +
 +
<code>
 +
char[] source = myStingr.getSource(struct gesture gest)
 +
</code><br />
 +
Returns a string indicating the source board of the specified gesture -- i.e., a gesture with a source identifier of 00000000 would return "The Count".
 +
 +
 +
<code>
 +
char[] source = myStingr.getBoard(byte identifier)
 +
</code><br />
 +
Returns a string indicating the board of the specified identifier -- like getSource, but required explicitly passing the identifier byte.
    
=== Gesture Functions ===
 
=== Gesture Functions ===

Navigation menu