Skip to content

Commit

Permalink
Merge pull request #150 from taichunmin/taichunmin
Browse files Browse the repository at this point in the history
Docs: Add sdk.md
  • Loading branch information
doegox authored Sep 12, 2023
2 parents 92599df + 0db0d85 commit 4c43bca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ This Guide is split up into multiple "subguides":

- [Development](./development.md): For all developers. This covers how to build firmware from source and set up a development environment.

- [SDKs](./sdk.md): SDKs for Chameleon, useful if you want to develop your own application to control Chameleon.

- [Protocol](./protocol.md): The gory details of the communication protocol, useful if you want to develop your own client.

### Miscellaneous
Expand Down
12 changes: 12 additions & 0 deletions docs/sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SDKs

SDKs for Chameleon, useful if you want to develop your own application to control Chameleon.

## [taichunmin/chameleon-ultra.js](https://github.com/taichunmin/chameleon-ultra.js)

[![GitHub Repo stars](https://img.shields.io/github/stars/taichunmin/chameleon-ultra.js?logo=github)](https://github.com/taichunmin/chameleon-ultra.js/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/taichunmin/chameleon-ultra.js)](https://github.com/taichunmin/chameleon-ultra.js/issues)
[![npm](https://img.shields.io/npm/v/chameleon-ultra.js.svg?logo=npm)](https://www.npmjs.org/package/chameleon-ultra.js)
[![MIT License](https://img.shields.io/github/license/taichunmin/chameleon-ultra.js)](https://github.com/taichunmin/chameleon-ultra.js/blob/master/LICENSE)

A JavaScript SDK for ChameleonUltra support Web Bluetooth API, Web Serial API and Node.js. There are also some demos for using the SDK.

0 comments on commit 4c43bca

Please sign in to comment.