Skip to content

Latest commit

 

History

History
43 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

43 lines (19 loc) · 614 Bytes

STM32H7xx DriverLib

Trying to implement a driver library for Nucleo-H743ZI development board for educational purposes.

The available resources

  • Hardware Abstraction Layer

    • GPIO
    • SPI
    • ExtI
    • Interrupts
  • External Peripherals

    • LED
  • Examples

    • Microcontroller
      • GPIO Blinky

      • GPIO Interrupt

      • SPI

    • Peripherals
      • LED Blinky

License

STM32H7xx-DriverLib is distributed under the terms of the MIT license. See LICENSE for details. Opening a pull requests is assumed to signal agreement with these licensing terms.