Crate neo_trinkey

Source

Re-exports§

pub use atsamd_hal as hal;
pub use hal::ehal;
pub use hal::pac;

Macros§

pin_alias
Refer to fields of the Pins struct by alternate names

Structs§

Pins
BSP replacement for the HAL Pins type

Constants§

NEO_PIXEL_ID
DynPinId for the NeoPixel alias.
NEO_PIXEL_MODE
DynPinMode for the NeoPixel alias.
TOUCH1_ID
DynPinId for the Touch1 alias.
TOUCH1_MODE
DynPinMode for the Touch1 alias.
TOUCH2_ID
DynPinId for the Touch2 alias.
TOUCH2_MODE
DynPinMode for the Touch2 alias.
USB_DM_ID
DynPinId for the UsbDm alias.
USB_DM_MODE
DynPinMode for the UsbDm alias.
USB_DP_ID
DynPinId for the UsbDp alias.
USB_DP_MODE
DynPinMode for the UsbDp alias.

Type Aliases§

NeoPixel
Alias for a configured Pin
NeoPixelId
PinId for the NeoPixel alias
NeoPixelMode
PinMode for the NeoPixel alias
Touch1
Alias for a configured Pin
Touch2
Alias for a configured Pin
Touch1Id
PinId for the Touch1 alias
Touch1Mode
PinMode for the Touch1 alias
Touch2Id
PinId for the Touch2 alias
Touch2Mode
PinMode for the Touch2 alias
UsbDm
Alias for a configured Pin
UsbDmId
PinId for the UsbDm alias
UsbDmMode
PinMode for the UsbDm alias
UsbDp
Alias for a configured Pin
UsbDpId
PinId for the UsbDp alias
UsbDpMode
PinMode for the UsbDp alias

Attribute Macros§

entry