Skip to main content

Crate avr_328p_hal

Crate avr_328p_hal 

Source

Modules§

adc
A safe, bare-metal driver for the AVR-Atmega328p’s ADC, using the Atmega328p datasheet registers
gpio
A safe, bare-metal driver for the AVR-Atmega328p’s GPIO pins, using the Atmega328p datasheet registers
lcd
A bare-metal driver for 16 pin LCDs, compatible with the Hitachi HD44780, JHD659 or LCDs with the SPLC780D controller
timers
A safe, bare-metal driver for the ATmega328P’s timers written in bare metal rust, using the Atmega328p datasheet registers
usart0
A safe, bare-metal USART driver for the ATmega328P written in bare metal rust using the Atmega328p datasheet registers.