Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lathoub authored Dec 31, 2020
1 parent 4f9fbc9 commit 3e2e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ More usages in the [examples](https://github.com/lathoub/Arduino-AppleMIDI-Libra
* Teensy WIZ820io W5200
## Memory usage
Out of the box, this library has been setup to 'medium' amount of memory (memory usage can be reduced, read below). Extended callbacks are not enabled by default, and can be anabled by `#USE_EXT_CALLBACKS`. See the callback examples.
Out of the box, this library has been setup to use a 'medium' amount of memory (read below how to reduce the memory footprint). Extended callbacks are not enabled by default, and can be anabled by `#USE_EXT_CALLBACKS`. See the callback examples.
This library is **not using any dynamic memory** allocation methods - all buffers have a fixed size, set in the `AppleMIDI_Settings.h` file, avoiding potential memory leaks and memory fragmentation (also, no usage of the String() class).
Expand Down

0 comments on commit 3e2e2a6

Please sign in to comment.