This is the MicroPython project, which aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. You can find the official website atmicropython.org. WARNING: this project is in beta stage and is subject to changes of the code-base, including project-wide na...
This is a driver for MicroPython to handle cheap displays based on the ST7789 chip. The driver is written in C. Firmware is provided for ESP32, ESP32 with SPIRAM, pyboard1.1, and Raspberry Pi Pico devices. Setup MicroPython Build Environment in Ubuntu 20.04.2 See the MicroPythonREADME.mdif...
MicroPython - MicroPython - 精简高效的Python编程语言实现,用于微控制器和受限制的系统 --推荐 Numba - 针对科学Python的LLVM的Python JIT编译器。 --推荐 PeachPy - 嵌入在Python中的x86-64汇编程序。可以用作Python的内联汇编程序,也可以用作Windows,Linux,OS X,Native Client和Go的独立汇编程序。 --推荐 ...
Subdirectoryexamples/contains some example application(s) which can be built with esp-open-sdk. If you are interested in real-world, full-fledged, advanced example of a project built using esp-open-sdk, checkhttps://github.com/micropython/micropython/tree/master/ports/esp8266. Pulling updates Th...
MicroPython - MicroPython - 精简高效的Python编程语言实现,用于微控制器和受限制的系统 --推荐 Numba - 针对科学Python的LLVM的Python JIT编译器。 --推荐 PeachPy - 嵌入在Python中的x86-64汇编程序。可以用作Python的内联汇编程序,也可以用作Windows,Linux,OS X,Native Client和Go的独立汇编程序。 --推荐 ...
- [Lua for DOS](https://archive.org/details/lua5.3.5) - Lua 5.3.5 的在线演示,在 Intel 80486 处理器上为 MS-DOS 编译. - [Micropython for FreeDOS](https://github.com/pohmelie/micropython-freedos) - FreeDOS ad-hoc 模块 [micropython](https://github.com/micropython/micropython). -- [...
MicroPython - A lean and efficient implementation of Python 3 for microcontrollers. Rust Pest - Parser generator. Haskell PureScript Go Scala Scala Native - Optimizing ahead-of-time compiler for Scala based on LLVM. Ruby Clojure ClojureScript Elixir Elm Erlang Julia - High-level dynamic programmin...
The MicroPython project This is the MicroPython project, which aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. You can find the official website atmicropython.org. WARNING: this project is in beta stage and is subject to changes of the code-base, ...
micropython 8001 MIT- MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems pyston 4468 - An open-source Python implementation using JIT techniques. Pyjion 1248 MIT- Pyjion - A JIT for Python based upon CoreCLR PeachPy 1233 - x86-64 assembler embedded...
You can use tools/wasptool --console to access the MicroPython REPL. To set the time and restart the main application: ^C watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS)) wasp.system.run() Or, if you have a suitable GNU/Linux workstation, just use: ./tools/wasptool --rtc...