I would like to know how much RAM is available, ideally during runtime.
The old Arduino method seems to be to look at __heap_start and __brkval. However, these references are undefined for the Arduino 101.
Thanks!
I would like to know how much RAM is available, ideally during runtime.
The old Arduino method seems to be to look at __heap_start and __brkval. However, these references are undefined for the Arduino 101.
Thanks!