Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/ucpack-mpy
https://github.com/arduino/ucpack-mpy
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arduino/ucpack-mpy
- Owner: arduino
- License: mpl-2.0
- Created: 2024-01-19T09:36:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:52:20.000Z (16 days ago)
- Last Synced: 2024-10-29T15:16:50.669Z (16 days ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ucPack-mpy
Micropython porting of ucPack library.
### How to Install
`mpremote mip install github:arduino/ucPack-mpy`
or
copy `CircularBuffer.py` and `ucPack.py` into your board.
> Original Arduino language library by G. Bruno is available [here](https://github.com/gbr1/ucPack) or in Arduino Library Manager.