Better examples
This commit is contained in:
parent
6e3435376c
commit
c1f04d2145
@ -1,3 +1,9 @@
|
||||
/*
|
||||
*
|
||||
* This example allows you to connect your Batmobile and a Powered Up Remote Control to your laptop, and enables the control of the Batmobile with the Remote.
|
||||
*
|
||||
*/
|
||||
|
||||
const LPF2 = require("..");
|
||||
|
||||
const lpf2 = new LPF2.LPF2();
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
*
|
||||
* This demonstrates connecting multiple hubs to your laptop. Once connected, all the hubs LED lights will cycle through the same colors simultaneously.
|
||||
*
|
||||
*/
|
||||
|
||||
const LPF2 = require("..").LPF2;
|
||||
|
||||
const lpf2 = new LPF2();
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
*
|
||||
* This example allows you to connect Vernie and a Powered Up Remote Control to your laptop, and enables the control of Vernie with the Remote.
|
||||
*
|
||||
*/
|
||||
|
||||
const LPF2 = require("..");
|
||||
|
||||
const lpf2 = new LPF2.LPF2();
|
||||
|
Loading…
x
Reference in New Issue
Block a user