In Arduino IDE menu, go to Sketch -> Include Libray -> Add .ZIP Library... and then select the zipped library. After including it, you can add the include headers to your current sketch with Sketch -> ...
It's simple library for STM32. Here I have some function for I2C comunication with Slave device. - Jisatsu13/STM32-ll-I2C-library ...