diff --git a/examples/batmobile_remote.js b/examples/batmobile_remote.js index b818da3..2847245 100644 --- a/examples/batmobile_remote.js +++ b/examples/batmobile_remote.js @@ -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(); diff --git a/examples/leds.js b/examples/leds.js index 8befd40..4600f38 100644 --- a/examples/leds.js +++ b/examples/leds.js @@ -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(); diff --git a/examples/vernie_remote.js b/examples/vernie_remote.js index a627c6e..1038a92 100644 --- a/examples/vernie_remote.js +++ b/examples/vernie_remote.js @@ -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();