Northeastern-Electric-Racing / Cerberus

Our FreeRTOS-based vehicle control application
1 stars 0 forks source link

ADC Mocking for Renode #89

Open nwdepatie opened 8 months ago

nwdepatie commented 8 months ago

We need to figure out how to create a mock ADC for the STM32F405 such that we can use it to supply sample data to the application for testing entirely in software. This might look like a C# module or a Python module, but we have sample C# modules to build off of. Definitely need to look at the Renode source code for this