From 9d4363339b14e693a1219eed9695eb445b3d4048 Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Thu, 21 Jun 2018 16:16:48 +0100 Subject: [PATCH] Compatibility matrix --- ABOUT.md | 19 +++++++++++-------- README.md | 19 +++++++++++-------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index 126c51a..2efc72e 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -16,14 +16,17 @@ Note: node-lpf2 has been tested on macOS 10.11 and Debian/Raspbian on the Raspbe While most Powered Up and Boost components are compatible, there is limited backwards compatibility with WeDo 2.0. WeDo 2.0 components are fully forwards compatible. -| | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered Up Hub | Notes | -| ------------------------------- | ------ | ------------------ | -------------- | -------------- | ---------------------------------------------------------------------------------------------------- | -| 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 | **Some(1)** | Yes | Yes | Only color mode is supported on the WeDo 2.0 Smart Hub. | -| Boost Interactive Medium Motor | Motor | **Some(2)** | Yes | Yes | Only basic motor functionality is supported on the WeDo 2.0 Smart Hub. No interactive functionality. | -| 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 | *Some(1)* | Yes | Yes | +| Boost Interactive Medium Motor | Motor | *Some(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. +Only basic motor functionality is supported on the WeDo 2.0 Smart Hub at this point. No interactive functionality. In short, it functions like the WeDo 2.0 Medium Motor. ### Usage diff --git a/README.md b/README.md index 97e539c..ca6790d 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,17 @@ Note: node-lpf2 has been tested on macOS 10.11 and Debian/Raspbian on the Raspbe While most Powered Up and Boost components are compatible, there is limited backwards compatibility with WeDo 2.0. WeDo 2.0 components are fully forwards compatible. -| | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered Up Hub | Notes | -| ------------------------------- | ------ | ------------------ | -------------- | -------------- | ---------------------------------------------------------------------------------------------------- | -| 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 | **Some(1)** | Yes | Yes | Only color mode is supported on the WeDo 2.0 Smart Hub. | -| Boost Interactive Medium Motor | Motor | **Some(2)** | Yes | Yes | Only basic motor functionality is supported on the WeDo 2.0 Smart Hub. No interactive functionality. | -| 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 | *Some(1)* | Yes | Yes | +| Boost Interactive Medium Motor | Motor | *Some(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. +Only basic motor functionality is supported on the WeDo 2.0 Smart Hub at this point. No interactive functionality. In short, it functions like the WeDo 2.0 Medium Motor. ### Usage