mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
republish BBB npm
This commit is contained in:
parent
1188f3ca3f
commit
6122dcd069
@ -78,7 +78,7 @@ voltage ten times in rapid succession for each input message and output the mean
|
|||||||
<!-- Register bbb-analogue-in node -->
|
<!-- Register bbb-analogue-in node -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('bbb-analogue-in', {
|
RED.nodes.registerType('bbb-analogue-in', {
|
||||||
category: 'advanced-input', // the palette category
|
category: 'Beaglebone', // the palette category
|
||||||
color:"#de7224",
|
color:"#de7224",
|
||||||
defaults: { // defines the editable properties of the node
|
defaults: { // defines the editable properties of the node
|
||||||
pin: { value:"", required:true },
|
pin: { value:"", required:true },
|
||||||
@ -279,7 +279,7 @@ press. When using buttons or switches, enable debouncing to improve reliability.
|
|||||||
<!-- Register bbb-discrete-in node -->
|
<!-- Register bbb-discrete-in node -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('bbb-discrete-in', {
|
RED.nodes.registerType('bbb-discrete-in', {
|
||||||
category: 'advanced-input', // the palette category
|
category: 'Beaglebone', // the palette category
|
||||||
color:"#de7224",
|
color:"#de7224",
|
||||||
defaults: { // defines the editable properties of the node
|
defaults: { // defines the editable properties of the node
|
||||||
pin: { value:"", required:true },
|
pin: { value:"", required:true },
|
||||||
@ -390,7 +390,7 @@ any other input message will reset it to zero.
|
|||||||
<!-- Register bbb-pulse-in node -->
|
<!-- Register bbb-pulse-in node -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('bbb-pulse-in', {
|
RED.nodes.registerType('bbb-pulse-in', {
|
||||||
category: 'advanced-input', // the palette category
|
category: 'Beaglebone', // the palette category
|
||||||
color:"#de7224",
|
color:"#de7224",
|
||||||
defaults: { // defines the editable properties of the node
|
defaults: { // defines the editable properties of the node
|
||||||
pin: { value:"", required:true },
|
pin: { value:"", required:true },
|
||||||
@ -501,7 +501,7 @@ the Inverting property is not applied to this value.
|
|||||||
<!-- Register bbb-discrete-out node -->
|
<!-- Register bbb-discrete-out node -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('bbb-discrete-out', {
|
RED.nodes.registerType('bbb-discrete-out', {
|
||||||
category: 'advanced-input', // the palette category
|
category: 'Beaglebone', // the palette category
|
||||||
color:"#de7224",
|
color:"#de7224",
|
||||||
defaults: { // defines the editable properties of the node
|
defaults: { // defines the editable properties of the node
|
||||||
pin: { value:"", required:true },
|
pin: { value:"", required:true },
|
||||||
@ -614,7 +614,7 @@ the pin changes state: its payload is the new state (0 or 1).
|
|||||||
<!-- Register bbb-pulse-out node -->
|
<!-- Register bbb-pulse-out node -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('bbb-pulse-out', {
|
RED.nodes.registerType('bbb-pulse-out', {
|
||||||
category: 'advanced-input', // the palette category
|
category: 'Beaglebone', // the palette category
|
||||||
color:"#de7224",
|
color:"#de7224",
|
||||||
defaults: { // defines the editable properties of the node
|
defaults: { // defines the editable properties of the node
|
||||||
pin: { value:"", required:true },
|
pin: { value:"", required:true },
|
||||||
@ -635,4 +635,3 @@ the pin changes state: its payload is the new state (0 or 1).
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-beaglebone",
|
"name" : "node-red-node-beaglebone",
|
||||||
"version" : "0.0.2",
|
"version" : "0.0.3",
|
||||||
"description" : "A set of Node-RED nodes to interface to the GPIO pins of a Beaglebone Black board",
|
"description" : "A set of Node-RED nodes to interface to the GPIO pins of a Beaglebone Black board",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user