Better examples

This commit is contained in:
Nathan Kellenicki 2018-08-03 15:46:36 +01:00
parent 6e3435376c
commit c1f04d2145
3 changed files with 18 additions and 0 deletions

View File

@ -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();

View File

@ -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();

View File

@ -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();