jonblack / arduino-menusystem

Arduino library for implementing a menu system
MIT License
194 stars 85 forks source link

Factor out memory allocation to a single function #58

Closed jonblack closed 7 years ago

jonblack commented 7 years ago

Move memory allocation to a single function and call it from add_item and add_menu.