Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 313 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 313 Bytes

STM32H7x3 HAL

This crate provides an embedded-hal implementation for the stm32h7x3 chip series by ST Micro.

  • RCC
  • I2C
  • GPIO
  • Watchdog
  • SPI
  • UART
  • PWM
  • ADC
  • SDMMC

WARNING

This crate is as of now barely tested and thus it might not work as expected when using it.