Changes

Jump to navigation Jump to search
330 bytes added ,  00:44, 23 June 2017
Line 187: Line 187:  
</code><br />
 
</code><br />
 
The getSTINGR method returns an instance of STINGR, paired with the given identifier, which should be the identifier of the calling board.
 
The getSTINGR method returns an instance of STINGR, paired with the given identifier, which should be the identifier of the calling board.
 +
 +
<code>
 +
boolean isInit = myStingr.initSTINGR();
 +
</code><br />
 +
The initSTINGR method conducts the initialization routine by sending out a beacon gesture, and returns the success of the operation. You should not utilize STINGR if the result of this operation is false -- it should return false only in the case of hardware failure.

Navigation menu