Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pelikhan/pxt-bluesio
A MakeCode project
https://github.com/pelikhan/pxt-bluesio
Last synced: 6 days ago
JSON representation
A MakeCode project
- Host: GitHub
- URL: https://github.com/pelikhan/pxt-bluesio
- Owner: pelikhan
- Created: 2022-05-19T00:44:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T23:13:58.000Z (over 2 years ago)
- Last Synced: 2024-11-13T04:49:11.590Z (2 months ago)
- Language: TypeScript
- Homepage: https://pelikhan.github.io/pxt-bluesio/
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blues.io note apis
This library implements the I2C protocol to interact with a blues.io notecard.
The JSON format and notes API are documented at
https://dev.blues.io/reference/notecard-api/.## Use as Extension
This repository can be added as an **extension** in MakeCode.
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
* click on **New Project**
* click on **Extensions** under the gearwheel menu
* search for **https://github.com/pelikhan/pxt-bluesio** and import#### Metadata (used for search, rendering)
* for PXT/microbit
makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");