User Activity

Hello, I am having problems adding my library to my project. I added the .h file to Core/Inc and my .c file to Core/Src. I included the .h in Model.cpp since that is where I want to use it. I can use the definitions that are in my header file but not...
Board: STM32F429I-disco1How can I send an I2C command when a button is being pressed? So I set up a FlexButton to act as a toggle button and set its interaction to call a function (ToggleMute) which I would need to implement.My idea was just to use t...
Kudos given to