Crates.io | serpico |
lib.rs | serpico |
version | 0.0.3 |
source | src |
created_at | 2022-08-27 21:17:17.381273 |
updated_at | 2022-11-22 20:24:02.0421 |
description | A CLI tool to run and deploy MicroPython code to Raspberry Pi Pico devices. "SERial PICO" |
homepage | |
repository | https://github.com/ikornaselur/serpico |
max_upload_size | |
id | 653621 |
size | 19,122 |
A CLI tool to run and deploy MicroPython code to Raspberry Pi Pico devices. The name is a portmanteau of "Serial" and "Pico".
The idea is to have a simple tool to discovery a connected Pico and either run a script on it or deploy code to it.
Should you use it? Probably not, it's very likely that something like the pyboard.py tool will be much better.
So why make this? Why not? It's always fun to write code in Rust.