...
Code Block | ||
---|---|---|
| ||
hwlist = gb.hardware.getOnlineHardware(); |
Examples
Putting it all together!
SDK Button LED Example
Button presses from the hardware get sent to the SDK, and the SDK toggles the hardware LED in return.
...
...
Code Block | ||
---|---|---|
| ||
hwlist = gb.hardware.getOnlineHardware(); |
Putting it all together!
Button presses from the hardware get sent to the SDK, and the SDK toggles the hardware LED in return.
...