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 edisonor
yarn add edisonimport { 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