ADKaster / eece-capstone

Repository to store software work products for capstone
MIT License
0 stars 0 forks source link

Pyro driver #13

Closed erkkinen closed 6 years ago

erkkinen commented 6 years ago

This is the current PyroDriver code.

ADKaster commented 6 years ago

I'm a bit confused why we need dynamic allocation. It can just be created statically, no need to use the heap which is limited and pretty meh using the FreeRTOS heap4 implementation.