Skip to content

send error message if dynamic memory allocation fails #85

@soundanalogous

Description

@soundanalogous

Some feature classes (ServoFirmata, OneWireFirmata, StepperFirmata, in configurable firmata utilize dynamic memory allocation (using the new operator). If a call to malloc (new in this case) fails an error should be reported to the user. This further reinforces the need for a trimmed down error reporting mechanism for Firmata as the current string message solution takes up too much RAM. See #80.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions