Git Product home page Git Product logo

js-seeed-studio-relay-board's Introduction

js-seeed-studio-relay-board

This is a node.js package that can control and get state of the Seeed Studio Raspberry Pi Relay Board v.1.0. Inspired by the Python library for the Seeed Studio Relay Board.

Getting Started

Install :

npm install js-seeed-studio-relay-board

Usage

const SeeedStudioRelayBoard = require('js-seeed-studio-relay-board')

async function main() {
    const rpi = new SeeedStudioRelayBoard.Relay()

    // Initialize I2C controler
    await rpi.init()

    /**
     * Examples
     **/

    // Turn relay 3 ON.
    await rpi.on(3)

    // Get status of relay 3.
    await rpi.get(3)

    // Get status of all relays.
    await rpi.getAll()

    // Turn relay OFF.
    await rpi.off(3)

    // Turn all relays OFF.
    await rpi.allOff()
}

Contributing

If you wanna fix something feel free to open a issue or a PR.

js-seeed-studio-relay-board's People

Contributors

manutopik avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.