mcp_02
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

Package Sidebar

Install

npm i mcp_02

Weekly Downloads

9

Version

1.0.1

License

MIT

Unpacked Size

116 kB

Total Files

86

Last publish

Collaborators

  • manhcuongsev