BriscoeTech / Arduino-FreeRTOS-SAMD21

A port of FreeRTOS that runs on Arduino Samd21 boards
63 stars 19 forks source link

Missing "MemoryFree.h file #27

Closed cedric-ak closed 2 years ago

cedric-ak commented 2 years ago

Hi guys

Great job on this library I really do like it. I've tried compiling basic example 2 I found that "MemoryFree.h" is missing from the src folder.

BriscoeTech commented 2 years ago

Hello cedric-ak,

Glad it is working well for you :-)

The comment section of the example has the link to the library, it is not a standard library and will have to be added to your arduino library folder. https://github.com/mpflaga/Arduino-MemoryFree

Good luck!

cedric-ak commented 2 years ago

Thank you problem solved.