You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an open source derivative of [MicroPython](http://www.micropython.org)
6
6
for use on educational development boards designed and sold by Adafruit
@@ -11,27 +11,27 @@ As a MicroPython derivative, this implements Python 3.x on microcontrollers such
11
11
as the SAMD21 and ESP8266.
12
12
13
13
## Project Status
14
-
This project is in beta and the APIs will change in the near future.
14
+
This project is in beta. Most APIs should be stable going forward.
15
15
16
16
## Documentation
17
17
18
-
Guides and videos are available through the [Adafruit Learning System](https://learn.adafruit.com/) under the [MicroPython category](https://learn.adafruit.com/category/micropython). An API reference is also available on [Read the Docs](http://adafruit-micropython.readthedocs.io/en/latest/?).
18
+
Guides and videos are available through the [Adafruit Learning System](https://learn.adafruit.com/) under the [CircuitPython category](https://learn.adafruit.com/category/circuitpython). An API reference is also available on [Read the Docs](http://circuitpython.readthedocs.io/en/latest/?).
19
19
20
20
## Contributing
21
-
See [CONTRIBUTING.md](https://github.com/adafruit/micropython/blob/master/CONTRIBUTING.md)
21
+
See [CONTRIBUTING.md](https://github.com/adafruit/circuitpython/blob/master/CONTRIBUTING.md)
22
22
for full guidelines but please be aware that by contributing to this project you
23
23
are agreeing to the
24
-
[Code of Conduct](https://github.com/adafruit/micropython/blob/master/CODE_OF_CONDUCT.md).
24
+
[Code of Conduct](https://github.com/adafruit/circuitpython/blob/master/CODE_OF_CONDUCT.md).
25
25
Contributors who follow the
26
-
[Code of Conduct](https://github.com/adafruit/micropython/blob/master/CODE_OF_CONDUCT.md)
26
+
[Code of Conduct](https://github.com/adafruit/circuitpython/blob/master/CODE_OF_CONDUCT.md)
27
27
are welcome to submit pull requests and they will be promptly reviewed by
28
28
project admins.
29
29
30
30
## Project Structure
31
31
Here is an overview of the top-level directories.
32
32
33
33
### Core
34
-
The core of MicroPython is code shared amongst ports.
34
+
The core code of MicroPython is shared amongst ports including CircuitPython:
35
35
-`docs` High level user documentation in Sphinx reStructuredText format.
36
36
-`drivers` External device drivers written in Python.
37
37
-`examples` A few example Python scripts.
@@ -63,4 +63,4 @@ based on the board.
63
63
-`windows` Support for [Windows](https://www.microsoft.com/en-us/windows/).
64
64
-`zephyr` Support for [Zephyr](https://www.zephyrproject.org/), a real-time operating system by the Linux Foundation.
65
65
66
-
This derivative only maintains the `atmel-samd` and `esp8266` ports. The rest are here to maintain compatibility with the [MicroPython](https://github.com/micropython/micropython) parent project.
66
+
CircuitPython only maintains the `atmel-samd` and `esp8266` ports. The rest are here to maintain compatibility with the [MicroPython](https://github.com/micropython/micropython) parent project.
0 commit comments