Tags: firmware* + micropython*

0 bookmark(s) - Sort by: Date โ†“ / Title /

  1. MicroPython, a Python interpreter for microcontrollers, has released version 1.23 with several improvements. Notably, it now supports creating custom USB devices on multiple levels and has received improvements for OpenAMP, an inter-core communication protocol.
  2. This article doesn't work for the Raspberry Pi Pico W, as the pin has moved.
    Instead use

    led = machine.Pin("LED", machine.Pin.OUT)
  3. led = machine.Pin("LED", machine.Pin.OUT)

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "firmware+micropython"

About - Propulsed by SemanticScuttle