Re-exports
Modules
Delays
GPIO
Definitions related to pins and pin aliases
Import the prelude to gain convenient access to helper traits
Real-time clock/counter
Configure the SERCOM peripherals
Delays with WFI sleep while we wait using a timer
Time units
helper struct to calculate divider & cycles settings for timers.
Macros
Enums
ResetCause represents the reason the MCU was reset.
Functions
Convenience for setting up the labeled SPI0 peripheral. SPI0 has the P1AM base controller connected. This powers up SERCOM1 and configures it for talking to the base controller.
Convenience for setting up the labelled SDA, SCL pins to operate as an I2C master running at the specified frequency.
Returns the cause of the last reset.
Convenience for setting up the labeled SPI2 peripheral. SPI2 has the microSD card slot connected. This powers up SERCOM2 and configures it for talking to the base controller.
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 labelled RX, TX pins to operate as a UART device running at the specified baud.