Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edison-js/Edison
💡Edison can controll microcomputer with TypeScript and React💡
https://github.com/edison-js/Edison
arduino esp32 iot javascript nodejs react robot robotics-control typescript
Last synced: 3 months ago
JSON representation
💡Edison can controll microcomputer with TypeScript and React💡
- Host: GitHub
- URL: https://github.com/edison-js/Edison
- Owner: edison-js
- License: mit
- Created: 2023-09-12T09:11:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-15T08:04:52.000Z (9 months ago)
- Last Synced: 2024-04-15T21:13:15.965Z (9 months ago)
- Topics: arduino, esp32, iot, javascript, nodejs, react, robot, robotics-control, typescript
- Language: TypeScript
- Homepage: https://edison-js-document.vercel.app/
- Size: 312 KB
- Stars: 34
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Edison
Edison can control microcontroller board with TypeScript or JavaScript!
[![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)## 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 { Board, Button, Led, render } from "edison"
import React from "react"const App: React.FC = () => {
return (
// Please replace with your port
)
}render()
```## Contributing
We love collaborating with folks inside and outside of GitHub and welcome contributions!
> 👉 [Discord](eHB5dBkZyW)