| Crates.io | cu-micoairh743 |
| lib.rs | cu-micoairh743 |
| version | 0.12.0 |
| created_at | 2026-01-14 19:33:28.732035+00 |
| updated_at | 2026-01-14 19:33:28.732035+00 |
| description | Copper resource bundle for the MicoAir H743 flight controller. |
| homepage | https://github.com/copper-project |
| repository | https://github.com/copper-project/copper-rs |
| max_upload_size | |
| id | 2043555 |
| size | 119,710 |
Resource bundle for the MicoAir H743 flight controller board.
Uart6Port), UART2 (Uart2Port), and UART4 (Uart4Port) with overrun loggingSerialPortError for embedded-io bridge error typesGreenLedLogger + LogStorage, Copper partition)Bmi088Spi, Bmi088AccCs, Bmi088GyrCs, Bmi088Delay)Add the crate to your firmware dependencies and point the Copper config to the bundle:
resources: [
(
id: "fc",
provider: "cu_micoairh743::MicoAirH743",
),
],
For resource IDs, use cu_micoairh743::MicoAirH743Id in your application code.
The CRSF and MSP bridges in copperconfig.ron use the provided aliases:
(
id: "crsf",
type: "cu_crsf::CrsfBridge<cu_micoairh743::Uart6Port, cu_micoairh743::SerialPortError>",
),
(
id: "msp",
type: "cu_msp_bridge::CuMspBridge<cu_micoairh743::Uart2Port, cu_micoairh743::SerialPortError>",
),
UART2 and UART4 default to 115200 baud (override with uart2_baud / uart4_baud in config).