mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
sdk docs
This commit is contained in:
@@ -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
|
||||
|
||||
+12
@@ -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)
|
||||
|
||||
[](https://github.com/taichunmin/chameleon-ultra.js/stargazers)
|
||||
[](https://github.com/taichunmin/chameleon-ultra.js/issues)
|
||||
[](https://www.npmjs.org/package/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.
|
||||
Reference in New Issue
Block a user