The Wayback Machine - https://web.archive.org/web/20210914154619/https://github.com/topics/circuitpython
Skip to content
#

circuitpython

Here are 333 public repositories matching this topic...

circuitpython
jepler
jepler commented Aug 19, 2021

This can reduce the amount of boilerplate required. Instead of introducing a macro such as QRIO_MODULE dependent on CIRCUITPY_QRIO and then adding an expansion of it in MICROPY_PORT_BUILTIN_MODULES_STRONG_LINKS, one simply writes in the bindings __init__.c file:

MP_REGISTER_MODULE(MP_QSTR_qrio, qrio_module, CIRCUITPY_QRIO);

where the first item is the module name as a qstr, th

WyliodrinSTUDIO
alexandruradovici
alexandruradovici commented Mar 29, 2021

Description

When the last opened project has been deleted while open, Wyliodrin STUDIO will show an error that a project cannot be opened when it is restarted.

Steps to Reproduce

  1. Open a project
  2. Got to the projects library
  3. Delete the project that is currently open
  4. Close Wyliodrin STUDIO
  5. Open Wyliodrin STUDIO

Expected behavior: Do not open any project and d

Improve this page

Add a description, image, and links to the circuitpython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the circuitpython topic, visit your repo's landing page and select "manage topics."

Learn more