From 0b084ec0fdb7a080ed4ee281e77adf73975cdb2a Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Thu, 5 Jul 2018 10:17:54 +0100 Subject: [PATCH 1/4] Added to readme --- ABOUT.md | 8 ++++++-- README.md | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index 50e207b..5f469c0 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -23,8 +23,8 @@ While most LPF2 components and Hubs are compatible with each other, there are ex | WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | 45300
76112 | | Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | 17101 | | Boost Interactive Motor | Motor/Sensor | *Partial (2)* | Yes | Yes | 17101 | -| Powered Up Train Motor | Motor | Yes | Yes | Yes | 60197
60198 | -| Powered Up LED Lights | Lights | Yes | Yes | Yes | 88005 | +| Powered Up Train Motor | Motor | No | Yes | Yes | 60197
60198 | +| Powered Up LED Lights | Lights | Unknown | Unknown | Unknown | 88005 | (1) Only color mode is supported on the WeDo 2.0 Smart Hub at this point. @@ -39,3 +39,7 @@ const lpf2 = new LPF2(); Examples are available in the "examples" directory. +### Credits + +Thanks go to Jorge Pereira (@JorgePe), Sebastian Raff (@hobbyquaker), Valentin Heun (@vheun), and Johan Korten (@jakorten) for their various works and assistance on figuring out the Boost, WeDo 2.0, and Powered Up protocols. + diff --git a/README.md b/README.md index 43b218a..9224b56 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ While most LPF2 components and Hubs are compatible with each other, there are ex | WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | 45300
76112 | | Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | 17101 | | Boost Interactive Motor | Motor/Sensor | *Partial (2)* | Yes | Yes | 17101 | -| Powered Up Train Motor | Motor | Yes | Yes | Yes | 60197
60198 | -| Powered Up LED Lights | Lights | Yes | Yes | Yes | 88005 | +| Powered Up Train Motor | Motor | No | Yes | Yes | 60197
60198 | +| Powered Up LED Lights | Lights | Unknown | Unknown | Unknown | 88005 | (1) Only color mode is supported on the WeDo 2.0 Smart Hub at this point. @@ -39,6 +39,10 @@ const lpf2 = new LPF2(); Examples are available in the "examples" directory. +### Credits + +Thanks go to Jorge Pereira (@JorgePe), Sebastian Raff (@hobbyquaker), Valentin Heun (@vheun), and Johan Korten (@jakorten) for their various works and assistance on figuring out the Boost, WeDo 2.0, and Powered Up protocols. + ## Classes
From 0e7c183cd05d981c6350d9487f93b8e3d3cba15c Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Thu, 5 Jul 2018 10:20:27 +0100 Subject: [PATCH 2/4] Added to readme --- ABOUT.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index 5da516e..2ade2e3 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -24,11 +24,7 @@ While most LPF2 components and Hubs are compatible with each other, there are ex | Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | 17101 | | Boost Interactive Motor | Motor/Sensor | *Partial (2)* | Yes | Yes | 17101 | | Powered Up Train Motor | Motor | No | Yes | Yes | 60197
60198 | -<<<<<<< HEAD -| Powered Up LED Lights | Lights | Unknown | Unknown | Unknown | 88005 | -======= | Powered Up LED Lights | Light | Unknown | Unknown | Unknown | 88005 | ->>>>>>> 4988da178b8c48d2c76a5f026c750cf727f5f5f5 (1) Only color mode is supported on the WeDo 2.0 Smart Hub at this point. From 17a35d6cd8f1b620d3e2f26a88ee265c8d4b1eeb Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Thu, 5 Jul 2018 10:24:01 +0100 Subject: [PATCH 3/4] Added to readme --- ABOUT.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index 2ade2e3..384b9d9 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -41,5 +41,5 @@ Examples are available in the "examples" directory. ### Credits -Thanks go to Jorge Pereira (@JorgePe), Sebastian Raff (@hobbyquaker), Valentin Heun (@vheun), and Johan Korten (@jakorten) for their various works and assistance on figuring out the Boost, WeDo 2.0, and Powered Up protocols. +Thanks go to Jorge Pereira ([@JorgePe](https://github.com/JorgePe)), Sebastian Raff ([@hobbyquaker](https://github.com/hobbyquaker)), Valentin Heun ([@vheun](https://github.com/vheun)), and Johan Korten ([@jakorten](https://github.com/jakorten)) for their various works and assistance on figuring out the LEGO Boost, WeDo 2.0, and Powered Up protocols. diff --git a/README.md b/README.md index 45af87d..8a646e8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Examples are available in the "examples" directory. ### Credits -Thanks go to Jorge Pereira (@JorgePe), Sebastian Raff (@hobbyquaker), Valentin Heun (@vheun), and Johan Korten (@jakorten) for their various works and assistance on figuring out the Boost, WeDo 2.0, and Powered Up protocols. +Thanks go to Jorge Pereira ([@JorgePe](https://github.com/JorgePe)), Sebastian Raff ([@hobbyquaker](https://github.com/hobbyquaker)), Valentin Heun ([@vheun](https://github.com/vheun)), and Johan Korten ([@jakorten](https://github.com/jakorten)) for their various works and assistance on figuring out the LEGO Boost, WeDo 2.0, and Powered Up protocols. ## Classes From 5063f011173b0b991258af9e82b5867a506c492a Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Thu, 5 Jul 2018 16:09:59 +0100 Subject: [PATCH 4/4] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0e5daf4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Nathan Kunicki + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.