Module esp32c3_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

  • Attribute to declare the entry point of the program
  • Marks a function as an interrupt handler
  • This attribute allows placing statics and functions into ram.