Update README.md
This commit is contained in:
Родитель
399477e3cf
Коммит
500d7ac8d8
10
README.md
10
README.md
|
@ -1,6 +1,8 @@
|
|||
# JACDAC CircuitPython
|
||||
# Jacdac CircuitPython
|
||||
|
||||
This repository implements JACDAC in CircuitPython. Read more about JACDAC at [jacdac.org](https://jacdac.org).
|
||||
This repository implements Jacdac in CircuitPython.
|
||||
|
||||
* Read more about Jacdac at https://aka.ms/jacdac
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -42,7 +44,9 @@ while True:
|
|||
|
||||
## Installation
|
||||
|
||||
Currently, JACDAC is not merged into mainline CircuitPython and only works on NRF52-based boards. A JACDAC-enabled uf2 CircuitPython file for the Adafruit Clue is provided in the samples folder (`samples/JD_CPY_CLUE.uf2`). If you are using a different NRF52-based board, you will have to compile CircuitPython yourself by:
|
||||
Currently, Jacdac is not merged into mainline CircuitPython and only works on NRF52-based boards.
|
||||
A Jacdac-enabled uf2 CircuitPython file for the Adafruit Clue is provided in the samples folder (`samples/JD_CPY_CLUE.uf2`).
|
||||
If you are using a different NRF52-based board, you will have to compile CircuitPython yourself by:
|
||||
|
||||
1. clone https://github.com/jamesadevine/circuitpython and checkout the `jacdac` branch.
|
||||
2. `git submodule init && git submodule sync && git submodule update`
|
||||
|
|
Загрузка…
Ссылка в новой задаче