Closed ntosis closed 8 years ago
Change the code of the Rotary encoder, do not use the malloc to allocate the memory for the struct but make a static allocation in RAM and not in heap.
with commit cc968416887fc9d971188b6b8c2e315ce2850908 is ready.
Change the code of the Rotary encoder, do not use the malloc to allocate the memory for the struct but make a static allocation in RAM and not in heap.