Edison can control microcontroller board with TypeScript or JavaScript!
Our documentation site is here!
please click on the official site and install it.
Please read this article.
Install Edison your project
npm install edison
or
yarn add edison
import { attachLed, board, SerialPort } from 'edison'
board.on('ready', (port: SerialPort) => {
const led = attachLed(port, 12)
led.blink(500)
})
We love collaborating with folks inside and outside of GitHub and welcome contributions!
👉 Discord