@@ -3,17 +3,17 @@ Adafruit CircuitPython
3
3
4
4
|Build Status | |Doc Status | |Discord |
5
5
6
- ** `Status <#status>`__ ** \| ** `Supported Boards <#supported-boards>`__ **
7
- \| ** `Download <#download>`__ ** \|
8
- ** `Documentation <#documentation>`__ ** \|
9
- ** `Contributing <#contributing>`__ ** \| ** `Differences from
10
- Micropython <#differences-from-micropython>`__ ** \| ** `Project
11
- Structure <#project-structure>`__ **
6
+ `Status <#status >`__ \| `Supported Boards <#supported-boards >`__
7
+ \| `Download <#download >`__ \|
8
+ `Documentation <#documentation >`__ \|
9
+ `Contributing <#contributing >`__ \| `Differences from
10
+ Micropython <#differences-from-micropython> `__ \| `Project
11
+ Structure <#project-structure> `__
12
12
13
13
**CircuitPython ** is an *education friendly * open source derivative of
14
- `` MicroPython <https://micropython.org> `` \ * . CircuitPython supports use
14
+ `MicroPython <https://micropython.org >`_ . CircuitPython supports use
15
15
on educational development boards designed and sold by
16
- `` Adafruit <https://adafruit.com>`` * . Adafruit CircuitPython features
16
+ `Adafruit <https://adafruit.com >`_ . Adafruit CircuitPython features
17
17
unified Python core APIs and a growing list of Adafruit libraries and
18
18
drivers of that work with it.
19
19
@@ -126,17 +126,7 @@ Behavior
126
126
API
127
127
~~~
128
128
129
- - Unified hardware APIs:
130
- ```audioio `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/audioio/__init__.html>`__,
131
- ```analogio `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/analogio/__init__.html>`__,
132
- ```busio `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/busio/__init__.html>`__,
133
- ```digitalio `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/digitalio/__init__.html>`__,
134
- ```pulseio `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/pulseio/__init__.html>`__,
135
- ```touchio `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/touchio/__init__.html>`__,
136
- ```microcontroller `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/microcontroller/__init__.html>`__,
137
- ```board `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/board/__init__.html>`__,
138
- ```bitbangio `` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/bitbangio/__init__.html>`__
139
- (Only available on atmel-samd21 and ESP8266 currently.)
129
+ - Unified hardware APIs: `audioio <https://circuitpython.readthedocs.io/en/latest/shared-bindings/audioio/__init__.html >`_, `analogio <https://circuitpython.readthedocs.io/en/latest/shared-bindings/analogio/__init__.html >`_, `busio <https://circuitpython.readthedocs.io/en/latest/shared-bindings/busio/__init__.html >`_, `digitalio <https://circuitpython.readthedocs.io/en/latest/shared-bindings/digitalio/__init__.html >`_, `pulseio <https://circuitpython.readthedocs.io/en/latest/shared-bindings/pulseio/__init__.html >`_, `touchio <https://circuitpython.readthedocs.io/en/latest/shared-bindings/touchio/__init__.html >`_, `microcontroller <https://circuitpython.readthedocs.io/en/latest/shared-bindings/microcontroller/__init__.html >`_, `board <https://circuitpython.readthedocs.io/en/latest/shared-bindings/board/__init__.html >`_, `bitbangio <https://circuitpython.readthedocs.io/en/latest/shared-bindings/bitbangio/__init__.html >`_
140
130
- No ``machine `` API on Atmel SAMD21 port.
141
131
142
132
Modules
@@ -155,7 +145,7 @@ Modules
155
145
Therefore, code from CircuitPython is runnable on CPython but not
156
146
necessarily the reverse.
157
147
- tick count is available as
158
- `` ` time.monotonic()`` <https://circuitpython.readthedocs.io/en/latest/shared-bindings/time/__init__.html#time.monotonic>`__
148
+ `time.monotonic() <https://circuitpython.readthedocs.io/en/latest/shared-bindings/time/__init__.html#time.monotonic >`__
159
149
160
150
atmel-samd21 features
161
151
~~~~~~~~~~~~~~~~~~~~~
@@ -243,7 +233,7 @@ The rest are here to maintain compatibility with the
243
233
`MicroPython <https://github.com/micropython/micropython >`__ parent
244
234
project.
245
235
246
- ** `⬆ back to top <#adafruit-circuitpython>`__ **
236
+ `⬆ back to top <#adafruit-circuitpython >`__
247
237
248
238
.. |Build Status | image :: https://travis-ci.org/adafruit/circuitpython.svg?branch=master
249
239
:target: https://travis-ci.org/adafruit/circuitpython
0 commit comments