Socket
Socket
Sign inDemoInstall

cylon-beaglebone-stub

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cylon-beaglebone-stub

Beaglebone stub for testing


Version published
Maintainers
1
Created
Source

Cylon.js Beaglebone stub for testing

NPM   Build Status   release notes

This repository conains what looks like a real beaglebone, but is stubbed out so robots can be built and tested without being connected to a beaglebone.

For more information about Cylon, check out the repo at https://github.com/hybridgroup/cylon

Getting Started

Install the module with: npm install cylon-beaglebone-stub

Examples

See https://github.com/hybridgroup/cylon-beaglebone for the real beaglebone connector.

Connecting

var Cylon = require('cylon');

Cylon.robot({
  connections: {
    beaglebone: {adaptor: 'beaglebone-stub' }
  },
  devices: {
    pump_motor_on: {
      driver: 'direct-pin',
      pin: 'P9_11',
      connection: 'beaglebone'
    }
  }

  work: function(my) {
    my.pump_motor_on.digitalWrite(1);
  }
}).start();

License

Copyright (c) 2014-2015 Loren West and other contributors. See LICENSE for more details

Keywords

FAQs

Package last updated on 26 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc