teaoss_01
TypeScript icon, indicating that this package has built-in type declarations

0.1.34 • Public • Published

なんかいい感じの画像

Edison

Edison can control microcontroller board with TypeScript or JavaScript!

Documentation

Our documentation site is here!

If you have not yet installed the Arduino IDE ?

please click on the official site and install it.

How to use in WSL

Please read this article.

Installation

Install Edison your project

npm install edison

or

yarn add edison

Getting Started

import { attachLed, board, SerialPort } from 'edison'

board.on('ready', (port: SerialPort) => {
  const led = attachLed(port, 12)
  led.blink(500)
})

Contributing

We love collaborating with folks inside and outside of GitHub and welcome contributions!

👉 Discord

/teaoss_01/

    Package Sidebar

    Install

    npm i teaoss_01

    Weekly Downloads

    3

    Version

    0.1.34

    License

    MIT

    Unpacked Size

    116 kB

    Total Files

    86

    Last publish

    Collaborators

    • eelsy