Skip to content

Commit

Permalink
Remove wget stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Apr 13, 2024
1 parent 1274df1 commit 4de6924
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@ ___
### why?
You bought an off brand arduino and realize that it comes with a ch340 instead of ftdi. Can't find arm64 binary for tty driver? Use lib-ch340 to easily read/write to your microcontroller from any linux host.


### usage

Dynamic lib

```bash
wget https://github.com/seanavery/lib-ch340g/releases/download/v0.0.1/libch340g.so.0.0.1 -o /usr/local/lib
```

Static lib
```bash
wget https://github.com/seanavery/lib-ch340g/releases/download/v0.0.1/libch340g_static.a -o /usr/local/lib
```

Header File
```bash
wget https://github.com/seanavery/lib-ch340g/releases/download/v0.0.1/ch340g.h -o /usr/local/include
```

### development

```bash
Expand Down

0 comments on commit 4de6924

Please sign in to comment.