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

micropython

Here are 1,153 public repositories matching this topic...

circuitpython
AdamCummick
AdamCummick commented Dec 2, 2020

Running this code causes D19 to idle high and not oscillate. Removing D30 from pins_temp corrects the issue. No errors are flagged. D30 and D19 share TC4_WO1, but have different TCC peripherals.

import board
import time
import pwmio

pins_temp = [ board.D30, board.D19]
pwm_pins = []
for pin in pins_temp:
    p = pwmio.PWMOut(pin, frequency=10, duty_cycle=0x7fff, variable_frequenc

A comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board and later an Expressif ESP32 Development Board going step-by-step into the world of Python for microcontrollers.

  • Updated Dec 26, 2020
  • Python
MicroWebSrv2

The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!

  • Updated Oct 11, 2020
  • Python

Improve this page

Add a description, image, and links to the micropython 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 micropython topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.