Modus Toolbox library includes

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ratzfatz
Level 1
Level 1
First question asked Welcome!

Hi,

PSOC creator had "project.h" to include all libraries conveniently. Now, with Modus Toolbox, I add libraries to the project using library-manager, but I have no clue what header files I need to include. When I look up the API description, it also doesn't tell me what headers to include. 

As a concrete example, how do I find the header files to fix this:

undefined reference to `Cy_BLE_ProcessEvents'

0 Likes
1 Solution
PratikshaV
Moderator
Moderator
Moderator
100 solutions authored 5 likes given 250 sign-ins

Hi @ratzfatz 

Please check whether you have enabled bless library in your library manager and also use the latest version of the library. You can also refer the below code example for reference.

https://github.com/Infineon/mtb-example-psoc6-ble-findme

 

Thanks & Regards

Pratiksha V  

View solution in original post

0 Likes
1 Reply
PratikshaV
Moderator
Moderator
Moderator
100 solutions authored 5 likes given 250 sign-ins

Hi @ratzfatz 

Please check whether you have enabled bless library in your library manager and also use the latest version of the library. You can also refer the below code example for reference.

https://github.com/Infineon/mtb-example-psoc6-ble-findme

 

Thanks & Regards

Pratiksha V  

0 Likes