Changes

Jump to navigation Jump to search
282 bytes added ,  00:47, 23 June 2017
Line 202: Line 202:  
</code><br />
 
</code><br />
 
The attachDebugConsole method allows one to attach STINGR low-level debug output to the Serial stream, providing a large array of information for debugging possible communication problems.<br />
 
The attachDebugConsole method allows one to attach STINGR low-level debug output to the Serial stream, providing a large array of information for debugging possible communication problems.<br />
 +
 +
=== Utility Functions ===
 +
<code>
 +
boolean mode = myStingr.isStandard();
 +
</code><br />
 +
The isStandard() method returns a boolean value asserting whether a board is currently in standard mode. If it is, the boolean mode is true. If it is in silence mode, the returned value is false.

Navigation menu