Crate flipperzero

source ·
Expand description

High-level bindings for the Flipper Zero.

Features

Core features

  • alloc — Enables features requiring an allocator.

    This will require you to set the global allocator by importing the flipperzero_alloc:

    extern crate alloc;
    extern crate flipperzero_alloc;

Modules

Macros