mcp_02
v1.0.1
Published
This package can control Arduino with TypeScript!
Downloads
115
Readme
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