New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

mcp_02

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp_02

This package can control Arduino with TypeScript!

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

なんかいい感じの画像

Edison

Edison can control microcontroller board with TypeScript or JavaScript!

GitHub stars

NPM
version NPM
downloads GitHub license

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

Keywords

IoT

FAQs

Package last updated on 28 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts