Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 211 Bytes

rasberrypi.md

File metadata and controls

14 lines (10 loc) · 211 Bytes

Setting up Rasberry Pi

Install nodejs

curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs

Installing node-serialport

npm install serialport