Module esp32_hal::prelude

source ·
Expand description

The prelude

Re-exports all traits required for interacting with the various peripheral drivers implemented in this crate.

Modules§

  • Minimal and reusable non-blocking I/O layer

Macros§

Traits§

Attribute Macros§

  • Marks a function as the main function to be called on program start
  • Marks a function as an interrupt handler
  • This attribute allows placing statics and functions into ram.