Emits H4PE_HEAP events at a user-defined frequency. The event message contains the string representation of the amount of free heap space.
For information on how to use this plugin, see 💎Everything is an event: Listeners, Emitters and Handlers
H4P_EmitHeap uriah(...This plugin is a "singleton" - there may be only one single instance of it in the app. It may be instantiated as any name the user chooses, prefix all API calls below with than name.
N/A
N/A
stop / start have no effect
N/A
/*
uint32_t f; event frequency in milliseconds
*/
H4P_EmitHeap(uint32_t f=1000);(c) 2021 Phil Bowles h4plugins@gmail.com
