Module rp6::prelude

source ·
Expand description

Re-exports commonly-used API that can be imported at once.

Re-exports

pub use super::interrupt;
pub use super::interrupt;
pub use super::port;
pub use super::RobotBase;

Functions

delay for N milliseconds
delay for N microseconds

Attribute Macros

Allows to define an interrupt service routine (ISR) by annotating a function with this macro. By convention, the function must be named like the handled interrupt.