Expand description

Board interface.

A board provides multiple interfaces under a single Api trait. Some of these interfaces support triggering events.

Modules

  • Button interface.
  • Cryptography interface.
  • LED interface.
  • Random number generator interface.
  • Timer interface.
  • USB interface.

Enums

  • Errors that interfaces may return.
  • Events that interfaces may trigger.

Traits

  • Board interface.