# mcp_02

> This package can control Arduino with TypeScript!

Latest version **1.0.1** (published 2024-02-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install mcp_02
pnpm add mcp_02
yarn add mcp_02
bun add mcp_02
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2024-02-28 |
| First published | 2024-02-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 7 |
| Unpacked size | 112.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | manhcuongsev |
| Maintainers | manhcuongsev |
| Keywords | IoT, Arduino, TypeScript, JavaScript, Robotics, edison, edison.ts, edison.js |

## Links

- npm: https://www.npmjs.com/package/mcp_02
- Repository: https://github.com/manhcuongsev/mcp_02
- Homepage: https://github.com/manhcuongsev/mcp_02#readme
- Issues: https://github.com/manhcuongsev/mpc_02/issues
- npm.io page: https://npm.io/package/mcp_02

## Dependencies (7)

- [rxjs](https://npm.io/package/rxjs.md) ^7.8.1
- [react](https://npm.io/package/react.md) ^18.2.0
- [ts-node](https://npm.io/package/ts-node.md) ^10.9.1
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0
- [serialport](https://npm.io/package/serialport.md) ^12.0.0
- [typescript](https://npm.io/package/typescript.md) ^5.2.2
- [@types/microtime](https://npm.io/package/@types/microtime.md) ^2.1.2

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2024-02-28
- 1.0.0 — 2024-02-26

## README

<p align="center">

  <img width="300px" src="/public/images/icon.png" alt="なんかいい感じの画像">

</p>

<h1 align="center">Edison</h1>

<p align="center">Edison can control microcontroller board with TypeScript or JavaScript!</p>

<div align="center">

  <a href="https://github.com/edison-js/Edison/stargazers">
    <img src="https://img.shields.io/github/stars/edison-js/Edison" alt="GitHub stars">
  </a>

[![NPM
version](https://img.shields.io/npm/v/edison.svg?style=flat)](https://www.npmjs.com/package/edison)
[![NPM
downloads](https://img.shields.io/npm/dm/edison.svg?style=flat)](https://www.npmjs.com/package/edison)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/edison-js/Edison/blob/main/LICENSE)
</div>

## Documentation

Our documentation site is [here](https://edison-js-document.vercel.app/)!

## If you have not yet installed the Arduino IDE ?

please click on [the official site](https://www.arduino.cc/en/software) and install it.

## How to use in WSL

Please read [this article](https://zenn.dev/konjikun/articles/e905f4ce99d3ea).

## Installation

Install Edison your project

```console
npm install edison
```

or

```console
yarn add edison
```

## Getting Started

```.ts
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](eHB5dBkZyW)

---
_Source: https://npm.io/package/mcp_02 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
