Go to file
Colin B bfba1e4100 Change common_hal_mcu_processor_set_frequency to void
* Add warning about setting RP2040 frequency
2023-01-16 21:26:13 -08:00
.devcontainer
.github update `tj-actions/changed-files` to `v34` 2023-01-05 12:00:46 +05:30
LICENSES Add an explicit SPDX license file for ter-u12n. 2020-07-06 19:15:41 +01:00
data
devices/ble_hci
docs
examples
extmod update to ulab 6.0.2 2023-01-03 20:38:31 -06:00
frozen
lib oofatfs: enable use of random volume IDs 2023-01-03 17:18:29 -06:00
locale Translated using Weblate (Japanese) 2023-01-05 03:52:14 +01:00
logo
mpy-cross
ports Change common_hal_mcu_processor_set_frequency to void 2023-01-16 21:26:13 -08:00
py Merge pull request #7415 from jepler/fix-exception-chain-self 2023-01-04 11:39:16 -05:00
shared
shared-bindings Change common_hal_mcu_processor_set_frequency to void 2023-01-16 21:26:13 -08:00
shared-module clarify read-only mac address; reuse translate msgs 2023-01-02 10:13:20 -05:00
supervisor Merge pull request #7371 from PontusO/main 2023-01-04 12:29:45 -05:00
tests do not chain exceptions to themselves 2023-01-04 08:40:20 -06:00
tools added comment for IGNORE_DIRS 2022-12-21 15:18:33 +01:00
.git-blame-ignore-revs top: Update .git-blame-ignore-revs for latest formatting commit. 2021-04-27 23:46:46 +10:00
.gitattributes
.gitignore
.gitmodules fix up esp32-camera submodule 2023-01-02 10:13:20 -05:00
.mailmap
.pre-commit-config.yaml
.readthedocs.yml
.rosie.yml
ACKNOWLEDGEMENTS
ACKNOWLEDGEMENTS.license
BUILDING.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE_MicroPython
MANIFEST.in-stubs
Makefile No need to depend it here, conf.py runs `make stubs` 2022-12-26 10:53:57 -06:00
README.rst Fixed nested unordered list rendering 2022-10-07 11:13:45 -04:00
README.rst-stubs
WEBUSB_README.md
conf.py
main.c
requirements-ci.txt
requirements-dev.txt
requirements-doc.txt
runtime.py
setup.py-stubs

README.rst-stubs

CircuitPython
=============

.. image:: https://s3.amazonaws.com/adafruit-circuit-python/CircuitPython_Repo_header_logo.png

|Build Status| |Doc Status| |License| |Discord| |Weblate|

`circuitpython.org <https://circuitpython.org>`__ \| `Get CircuitPython <#get-circuitpython>`__ \|
`Documentation <#documentation>`__ \| `Contributing <#contributing>`__ \|
`Branding <#branding>`__ \| `Differences from Micropython <#differences-from-micropython>`__ \|
`Project Structure <#project-structure>`__

**CircuitPython** is a *beginner friendly*, open source version of Python for tiny, inexpensive
computers called microcontrollers.

This package contains the "stubs", or type definitions for CircuitPython.  With some advanced
editors and other tools, this information can be identify TypeErrors, AttributeErrors, and other
problems before you deploy your code to a device and can even help autocomplete your code.

.. |Build Status| image:: https://github.com/adafruit/circuitpython/workflows/Build%20CI/badge.svg
   :target: https://github.com/adafruit/circuitpython/actions?query=branch%3Amain
.. |Doc Status| image:: https://readthedocs.org/projects/circuitpython/badge/?version=latest
   :target: http://circuitpython.readthedocs.io/
.. |Discord| image:: https://img.shields.io/discord/327254708534116352.svg
   :target: https://adafru.it/discord
.. |License| image:: https://img.shields.io/badge/License-MIT-brightgreen.svg
   :target: https://choosealicense.com/licenses/mit/
.. |Weblate| image:: https://hosted.weblate.org/widgets/circuitpython/-/svg-badge.svg
   :target: https://hosted.weblate.org/engage/circuitpython/?utm_source=widget