Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 }}");