flipperzero-sys 0.16.0

Rust for Flipper Zero
Documentation
1
2
3
4
5
6
7
//! Inline functions.
//!
//! Parts of the Flipper Zero C API are defined using `inline`.
//! This means that there is no implementation we can link to,
//! and thus need to provide one ourselves.

pub mod furi_hal_gpio;