From fa88855a614c105d5c193fc34a8545600166d112 Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Fri, 22 Jun 2018 11:04:22 +0100 Subject: [PATCH] Better documentation --- ABOUT.md | 16 ++++++++-------- README.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index 8b6bc01..8566812 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -16,14 +16,14 @@ Note: node-lpf2 has been tested on macOS 10.13 and Debian/Raspbian on the Raspbe While most LPF2 components and Hubs are compatible with each other, there are exceptions. There is limited backwards compatibility between newer components and the WeDo 2.0 Smart Hub. However WeDo 2.0 components are fully forwards compatible with newer Hubs. -| | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered Up Hub | -| ------------------------------- | ------ | ------------------ | -------------- | -------------- | -| WeDo 2.0 Tilt Sensor | Sensor | Yes | Yes | Yes | -| WeDo 2.0 Distance Sensor | Sensor | Yes | Yes | Yes | -| WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | -| Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | -| Boost Interactive Medium Motor | Motor | *Partial (2)* | Yes | Yes | -| Powered Up Train Motor | Motor | Yes | Yes | Yes | +| | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered Up Hub | +| ------------------------------- | ------ | ------------------ | -------------- | -------------- | +| WeDo 2.0 Tilt Sensor | Sensor | Yes | Yes | Yes | +| WeDo 2.0 Distance Sensor | Sensor | Yes | Yes | Yes | +| WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | +| Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | +| Boost Interactive Medium Motor | Motor/Sensor | *Partial (2)* | Yes | Yes | +| Powered Up Train Motor | Motor | Yes | Yes | Yes | (1) Only color mode is supported on the WeDo 2.0 Smart Hub at this point. diff --git a/README.md b/README.md index fd612e5..cedf6c5 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Note: node-lpf2 has been tested on macOS 10.13 and Debian/Raspbian on the Raspbe While most LPF2 components and Hubs are compatible with each other, there are exceptions. There is limited backwards compatibility between newer components and the WeDo 2.0 Smart Hub. However WeDo 2.0 components are fully forwards compatible with newer Hubs. -| | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered Up Hub | -| ------------------------------- | ------ | ------------------ | -------------- | -------------- | -| WeDo 2.0 Tilt Sensor | Sensor | Yes | Yes | Yes | -| WeDo 2.0 Distance Sensor | Sensor | Yes | Yes | Yes | -| WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | -| Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | -| Boost Interactive Medium Motor | Motor | *Partial (2)* | Yes | Yes | -| Powered Up Train Motor | Motor | Yes | Yes | Yes | +| | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered Up Hub | +| ------------------------------- | ------ | ------------------ | -------------- | -------------- | +| WeDo 2.0 Tilt Sensor | Sensor | Yes | Yes | Yes | +| WeDo 2.0 Distance Sensor | Sensor | Yes | Yes | Yes | +| WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | +| Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | +| Boost Interactive Medium Motor | Motor/Sensor | *Partial (2)* | Yes | Yes | +| Powered Up Train Motor | Motor | Yes | Yes | Yes | (1) Only color mode is supported on the WeDo 2.0 Smart Hub at this point.