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

1.0.1 • 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


version: 1.0.0 codeOwners:

  • '0x97A4883Ab41d74F11B2a2e9001E4b1788cdfd807' quorum: 1

Package Sidebar

Install

npm i tempe_bacem

Weekly Downloads

5

Version

1.0.1

License

MIT

Unpacked Size

116 kB

Total Files

87

Last publish

Collaborators

  • ayi1710