node-red-contrib-lot 0.3.0

Node-RED GPIO development library

npm install node-red-contrib-lot

Installation

sudo add-apt-repository -y ppa:loliot/ppa &&\
sudo apt install lot
sudo lot install
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
sudo npm install -g --unsafe-perm node-red
cd ~/.node-red &&\
npm install node-red-contrib-lot

blink

Node Info

Version: 0.3.0
Updated 5 years ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

7 in the last week

Nodes

  • lot.Gpio.mode
  • lot.Gpio.pull_up_down
  • lot.Gpio.drive
  • lot.Gpio.digital
  • lot.Gpio.on
  • lot.Gpio.off
  • lot.Gpio.toggle
  • lot.Gpio.analog
  • lot.pin

Keywords

  • iot
  • node-red
  • gpio
  • lot
  • sbc

Maintainers

Contributors

  • Seungwoo Hong
  • Hyeonki Hong