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

MicroPython

micropython logo

MicroPython is an implementation of the Python 3 programming language. It includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.

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

circuitpython
rsbohn
rsbohn commented May 22, 2022

CircuitPython version

Adafruit CircuitPython 7.3.0-rc.2 on 2022-05-21; Raspberry Pi Pico with rp2040

Code/REPL

b = (0xFEED).to_bytes(2,"little")
# next line is not correct code
x = int.from_bytes(b, 2, "little")
print(x==0xFEED)

Behavior

C Python raises a TypeError if too many arguments:

int.from_bytes(bytes([0xFE,0xED]), 2, "big")
Tracebac

MaixPy
junhuanchen
junhuanchen commented Jan 11, 2021

About this question, here is a unified reply.

We need to see this place where one is the definition and load the configuration.

https://github.com/sipeed/MaixPy/blob/master/components/micropython/port/builtin_py/board.py

If you don't provide the configuration, you won't get the concrete variable.

If it is SIPEED published hardware, the appropriate configuration is provided here.

htt

good first issue usage
trezor-firmware
Midar
Midar commented Apr 24, 2022

Kraken supports U2F now. I guess it's a fair assumption that many Trezor users are also Kraken users and it would be nice to add a Kraken logo for U2F.

product good first issue low hanging fruit

A comprehensive and FREE Online Python Development tutorial FOR KIDS utilizing an official BBC micro:bit Development Board going step-by-step into the world of Python for microcontrollers.
  • Updated Feb 20, 2022
  • 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 Feb 18, 2022
  • Python

Created by Damien P. George

Released May 3, 2014

Organization
micropython
Website
micropython.org
Wikipedia
Wikipedia

Related Topics

circuitpython cpython internet-of-things iot language microcontroller python