Crate pimoroni_badger2040

Crate pimoroni_badger2040 

Source

Re-exports§

pub extern crate rp2040_hal as hal;

Re-exports§

pub use hal::pac;

Structs§

Pins
BSP replacement for the HAL Pins type

Constants§

XOSC_CRYSTAL_FREQ

Statics§

BOOT2_FIRMWARE
The linker will place this boot block at the start of our program image. We need this to help the ROM bootloader get our code up and running.

Type Aliases§

I2cScl
I2C Function alias for pin crate::Pins::gpio5. Alias for a configured Pin
I2cSda
I2C Function alias for pin crate::Pins::gpio4. Alias for a configured Pin
InkyCs
SPI Function alias for pin [crate::Pins::gpio17]. Alias for a configured Pin
Miso
SPI Function alias for pin [crate::Pins::gpio16]. Alias for a configured Pin
Mosi
SPI Function alias for pin [crate::Pins::gpio19]. Alias for a configured Pin
Sclk
SPI Function alias for pin [crate::Pins::gpio18]. Alias for a configured Pin
UartRx
UART Function alias for pin crate::Pins::gpio1. Alias for a configured Pin
UartTx
UART Function alias for pin crate::Pins::gpio0. Alias for a configured Pin

Attribute Macros§

entry