node-red-contrib-jacdac
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "node-red-contrib-jacdac", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Microsoft Jacdac for node-red", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -16,3 +16,3 @@ # Node-RED Jacdac Node | ||
Use the Plugin manager in node-red or run the following command in your Node-RED user directory - typically ``~/.node-red`` | ||
Use Palette manager in node-red or run the following command in your Node-RED user directory - typically ``~/.node-red`` | ||
@@ -23,4 +23,16 @@ npm install node-red-contrib-jacdac | ||
You will need to connect a device with Jacdac firmware and USB port. [Read more](https://microsoft.github.io/jacdac-docs/clients/hardware/makecode/) about flashing Jacdac firmware in popular embedded devices such as the micro:bit V2 . | ||
You will need to connect a device with Jacdac firmware and USB port. [Read more](https://microsoft.github.io/jacdac-docs/clients/hardware/makecode/) about flashing Jacdac firmware in popular embedded devices such as the micro:bit V2. | ||
## Nodes | ||
### jacdac-event | ||
This node listens for [Jacdac events](https://microsoft.github.io/jacdac-docs/reference/protocol#events) and send them in the payload. | ||
You can browse the [services specification catalog](https://microsoft.github.io/jacdac-docs/services/) to discover which events are available. | ||
### jacdac-read | ||
This node listens for [Jacdac reading](https://microsoft.github.io/jacdac-docs/reference/protocol#registers) and send them in the payload. | ||
You can browse the [services specification catalog](https://microsoft.github.io/jacdac-docs/services/) (filter by ``Sensor``) to discover which reading registers are avilable are available. | ||
## Developer section | ||
@@ -27,0 +39,0 @@ ### Adding Nodes |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
358277
104