Skip to content

Add sendSysEx from Program Space to save RAM #59

Open
@franky47

Description

@franky47

Large static arrays need to be stored in RAM, at least temporarily, before being passed to sendSysEx.

Those could be declared as PROGMEM to be saved in Program Space, and it would be fairly easy to have another sendSysEx implementation that reads one byte at a time from Program Space instead of RAM, effectively saving lots of memory, at the cost of extra program size and execution time.

http://www.nongnu.org/avr-libc/user-manual/pgmspace.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions