Crate megatiny_hal

Crate megatiny_hal 

Source
Expand description

Crate containing the hardware abstraction layers for attiny and atmega avr microcontrollers

§Contains support for

  • attiny412

Modules§

attiny412
The hardware abstraction layer for the attiny412
attiny412pac
Peripheral access API for ATTINY412 microcontrollers (generated using svd2rust v0.24.1 ( ))

Macros§

Pin
Returns a Pin enum with input formatted ([peripherals], [pin number formatted [port][pin number]] input/output)

Traits§

GPIO
A trait for GPIO pins