Pico de Gallo Lib
Async host-side library for communicating with a Pico de Gallo USB bridge device. Provides typed methods for I²C, SPI, GPIO, and device configuration over USB.
Requires the tokio async runtime.
Quick Start
use PicoDeGallo;
async
See the examples for more usage patterns.
License
Licensed under the terms of the MIT license.
Contribution
Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the terms of the same MIT license, without any additional terms or conditions.