how to use stm32's HAL to create Arduino based libraries. ST32duino (C++)
Hello everyone.
Any tips/pointers about where to look for info about how to write an arduino library using stm32's hal?
Im a bit confused/scared about mixing c++ and c. (also scared of arduino underthehood non chip specific configs)
All stm32 related libraries i see are just .h/.c FILES, is there any speciall precaution or raindance i need to do in order to add C written library to my arduino project?
Could i get away with just copypasting together some cubeMX autogenerated init code and including the required hal.h stuff?
