raspberry-web-components

0.0.1 • Public • Published

Raspberry Web Components

This repository contains experimental web components meant to be used with Raspberry Pi devices to control hardware.

Quick Example

  <rasp-gpio pin="5" input="true"></rasp-gpio>

  <rasp-led pin="17" interval="500" brightness="50"></rasp-led>
  
  <rasp-button pin="21" pushed=""></rasp-button>
  
  <rasp-motor></rasp-motor>
  
  <rasp-servo></rasp-servo>

Installation

bower install --save raspberry-web-components

Use

  • Install scram-engine
  • Create index.html file
  • Import and use components

Acknowledgements

Raspberry Pi is a trademark of the Raspberry Pi Foundation

/raspberry-web-components/

    Package Sidebar

    Install

    npm i raspberry-web-components

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • lastmjs