You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MemoryUsage macros provide good insight into what is happening with RAM storage.
But it would be nice to have the library return numeric values, too. This could be used in different ways:
A sketch can print values in decimal or hex (or both)
A sketch can customize the output text
A sketch can send output to somewhere other than Serial
A sketch can do more than just print the information collected. For example a sketch could safely restart itself if it detected a memory leak (before it crashes).
I have created a pull request #7 which could help with this suggestion. Please let me know if you have questions or concerns.
The text was updated successfully, but these errors were encountered:
The MemoryUsage macros provide good insight into what is happening with RAM storage.
But it would be nice to have the library return numeric values, too. This could be used in different ways:
I have created a pull request #7 which could help with this suggestion. Please let me know if you have questions or concerns.
The text was updated successfully, but these errors were encountered: