Expand description

Mock types that implement the embeddded-hal traits without using any real hardware.

They’re used for writing example code that will run on non-embedded targets.

Based on the stm32f103xx_hal implementation by Jorge Aparicio.

Modules

A module containing a mock port of GPIO pins.

Structs

Floating input marker
A struct representing a mock port of GPIO pins.
Input mode marker
Open drain output marker
Output mode marker
Pulled up input marker
Push/pull output marker

Traits

Extension trait to split a mock GPIO peripheral into independent pins