Crate gemma_m0

source

Re-exports§

Modules§

Structs§

  • Maps the pins to their arduino names and the numbers printed on the board.

Enums§

  • ResetCause represents the reason the MCU was reset.

Functions§

  • Returns the cause of the last reset.
  • Returns the serial number of the chip as an array of bytes. The serial number is only guaranteed to be unique if all 16 bytes are used.
  • Returns the serial number of the chip as 4 32-bit integers. The serial number is only guaranteed to be unique if all 128 bits are used.
  • Convenience for setting up the D2 and D0 pins to operate as UART RX/TX (respectively) running at the specified baud.

Attribute Macros§