Goals:
- AFR Ratio (Fuel Tune) Swapper/Loader
- Serial Logging interface
v1.0.0
- Preliminary Working EFI system that uses the MAPS (Manifold Absolute Pressure Sensor) reading and Engine RPM to perform fuel injection
- Refactor old EFICode Versions (2016-2022) in favor of SOLID software design principles (notably single responsibility). Replaced old procedural code with object-oriented programming, encapsulation, modularization, and the use of design patterns.
- Adding an on-microcontroller unit test process for individual modules