GY-63_MS5611/libraries/AvrHeap/README.md
2021-01-29 12:31:58 +01:00

762 B

Arduino CI License: MIT GitHub release

AVRheap

Arduino library to investigate the heap of an avr processor, e.g. UNO (AVR328).

Note: this is an experimental library and very specific, not for beginners.

Description

This library can analyze runtime the structure of the heap, this is useful for debugging memory allocation.

Operation

See example heapdemo2.ino