Go to file
Scott Shawcroft 67114c97c9
Merge pull request #7840 from jepler/synthio-docs
Improve synthio further
2023-04-06 09:54:00 -07:00
.codespell remove lib from exludes, fix all remaining typos 2023-03-23 13:59:08 +07:00
.devcontainer fixed typo (path) in postCreateCommand 2022-12-16 09:13:34 +01:00
.github use correct commits for diff 2023-03-12 09:44:13 +05:30
LICENSES
data Add Bangle.js 2, JDI memory displays and ACeP epd 2023-02-15 15:03:40 -08:00
devices/ble_hci fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
docs removing need to use print format option. 2023-03-20 17:23:49 -04:00
examples fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
extmod update ulab to 6.0.7 2023-02-01 09:08:18 -06:00
frozen update frozen libraries and get smaller RFM69 library 2023-02-27 20:56:14 -05:00
lib Revert changes in lib/ 2023-03-23 14:01:20 +07:00
locale Update translation files 2023-04-05 21:23:19 +02:00
logo
mpy-cross Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
ports samd51 can also handle 12 voices @ 24kHz! 2023-04-06 08:55:00 -05:00
py Add synthio.Synthesizer 2023-04-02 20:37:23 -05:00
shared fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
shared-bindings Improve documentation 2023-04-05 16:53:09 -05:00
shared-module tweak max envelope calculation vs number of active notes 2023-04-05 17:43:03 -05:00
supervisor Allow web_workflow to startup after deep sleep alarm wakeup 2023-03-29 15:47:17 -04:00
tests endorse new test outputs 2023-04-06 10:21:27 -05:00
tools sort new boards & new languages lists in circuitpython.org update PR 2023-03-30 15:39:25 -05:00
.codespellrc fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
.git-blame-ignore-revs
.gitattributes
.gitignore Rename test function, make 'bad' files binary & add another test 2022-12-09 15:23:56 -06:00
.gitmodules Switch iMX RT sdk to NXP repo 2023-03-21 16:21:57 -07:00
.mailmap
.pre-commit-config.yaml Update .pre-commit-config.yaml 2023-03-31 11:50:43 +03:00
.readthedocs.yml update `.readthedocs.yml` and add it to docs pattern 2023-03-11 11:56:04 +05:30
.rosie.yml
ACKNOWLEDGEMENTS
ACKNOWLEDGEMENTS.license
BUILDING.md uncrustify 0.75 is not OK 2023-03-11 08:13:30 -06:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE_MicroPython
MANIFEST.in-stubs
Makefile handle older versions of git for make fetch-submodules; add remove-submodules 2023-03-24 22:45:12 -04:00
README.rst don't enter safemode.py on USER safe mode 2023-02-14 11:20:29 -05:00
README.rst-stubs
WEBUSB_README.md
conf.py attempt to fix missing jquery in RTD 2023-03-27 16:52:01 -05:00
main.c Add the ability for a port to gc things, collect pin change objects that way 2023-03-23 09:16:00 -05:00
requirements-ci.txt only install `awscli` when required 2023-01-16 17:03:39 +05:30
requirements-dev.txt use already built mpy-cross 2023-02-10 16:38:25 +05:30
requirements-doc.txt attempt to fix missing jquery in RTD 2023-03-27 16:52:01 -05:00
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