olliw42 / stm32ll-lib

Library for STM32
GNU General Public License v3.0
4 stars 2 forks source link

STM32 LL Library

Library for STM32 chips.

This is a header only library. The UART and SPI libraries do not use handlers like it is often done. This results in more cumbersome-looking code, but is significantly more performant, especially of interrupt routines.