0.1.36 • Published 21 days ago

edison v0.1.36

Weekly downloads
2
License
MIT
Repository
github
Last release
21 days ago

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 { Board, Button, Led, render } from "edison"
import React from "react"

const App: React.FC = () => {
  return (
    <Board port={'/dev/ttyUSB0'}> // Please replace with your port
      <Led
        pin={13}
        blink={500}
      />
    </Board>
  )
}

render(<App />)

Contributing

We love collaborating with folks inside and outside of GitHub and welcome contributions!

👉 Discord

0.1.36

21 days ago

0.1.35

2 months ago

0.1.34

2 months ago

0.1.33

3 months ago

0.1.30

6 months ago

0.1.31

6 months ago

0.1.32

6 months ago

0.1.28

7 months ago

0.1.29

7 months ago

0.1.10

7 months ago

0.1.11

7 months ago

0.1.12

7 months ago

0.1.13

7 months ago

0.1.14

7 months ago

0.1.15

7 months ago

0.1.27

7 months ago

0.1.20

7 months ago

0.1.21

7 months ago

0.1.22

7 months ago

0.1.23

7 months ago

0.1.24

7 months ago

0.1.25

7 months ago

0.1.26

7 months ago

0.1.0

8 months ago

0.1.2

7 months ago

0.1.1

8 months ago

0.1.16

7 months ago

0.1.8

7 months ago

0.1.17

7 months ago

0.1.7

7 months ago

0.1.18

7 months ago

0.1.19

7 months ago

0.1.9

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago