firmata/ConfigurableFirmata

Reduce dynamic allocation in ConfigurableFirmata

Opened this issue · 0 comments

From @soundanalogous on August 3, 2013 23:56

Servo and Stepper and using dynamic memory allocation in ConfigurableFirmata. It may be better to use static allocation to avoid potential memory issues.

Copied from original issue: firmata/arduino#77