Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsnl68 authored Sep 16, 2017
1 parent 8f391ad commit 92eb1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ this is ~/.node-red.

As of version 0.5.0 the nodes are using the i2c-bus library to communicate with your devices. It looks more stable and up-to-date. Also the need to use a config-node is removed. The config node was needed to store the common i2c object. With the new i2c-bus library is that not needed anymore.

Warning: After upgrading to this version you will get an error of an unknown node in the config side-bar, you can safely remove this one.
**Warning**: After upgrading to this version you will get an error of an unknown node in the config side-bar, you can safely remove this one.

Downside my nodes work only for newer version where the i2c driver is on /dev/i2c-1

Expand All @@ -32,7 +32,7 @@ This node will request data from a given device. The address and command can bot
This node will send a given String/array/buffer to a given device. The address and command can both be set in the dialog screen or dynamicly with <b>msg.address</b> and <b>msg.command</b>.
The payload can be staticly or dynamicly (using msg.payload) set. This payload can be a Buffer, Array, String or Integer. When you use integers then the number of bytes to send is importend and can be set between 0 and 31 bytes.

NEW(0.5.0): you can dasyshane this node, the input msg is just send to the next node.
NEW(0.5.0): you can daisychain this node, the input msg is send unchanged to the next node.


#### Inportend Note
Expand Down

0 comments on commit 92eb1f6

Please sign in to comment.