micropython_data_to_py
Data converter
A utility to convert binary data into Python source code for storage in Flash.
A Python3 utility to convert an arbitrary binary file to Python source for storage in Flash
28 stars
3 watching
2 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
peterhinch/micropython-font-to-py | Converts industry-standard font files to Python source code that can be deployed on MicroPython platforms. | 393 |
peterhinch/micropython-msgpack | MicroPython MessagePack implementation | 28 |
peterhinch/micropython-monitor | A tool to monitor and analyze the behavior of real-time systems written in Python | 32 |
peterhinch/micropython-samples | An assortment of code examples and technical resources for MicroPython development on various platforms. | 470 |
peterhinch/micropython-micropower | Provides tools and resources to support the development of ultra low power systems using the Pyboard | 44 |
peterhinch/micropython-filters | Digital filter implementation in MicroPython for real-time and non-realtime applications | 65 |
pytorch/data | Provides scalable, performant data loading solutions and utilities to be shared by PyTorch domain libraries | 1,138 |
63rabbits/midi2ubit | A Python utility for converting MIDI notes to a format compatible with the micro:bit's extention pxt-microbit-nerds. | 1 |
peterhinch/micropython-async | A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems | 750 |
peterhinch/micropython-nano-gui | A lightweight MicroPython GUI library for display drivers based on the FrameBuffer class. | 518 |
peterhinch/micropython-radio | Enables bidirectional communication between two devices using radio frequency signals. | 55 |
davidhewitt/pythonize | A Rust-based library that converts Rust objects to Python values and back using the PyO3 library. | 211 |
jonnor/micropython-npyfile | Provides support for reading and writing NumPy files in MicroPython | 3 |
peterhinch/micropython-vs1053 | Drivers for a digital audio player chip | 24 |
pycqa/modernize | Transforms Python 2 source code into compatible Python 3 and 2.6+ code | 356 |