Please find the datasheet for the mcu here Datasheet
We are assuming that we are using the 10K Ohm model from the provided datasheet
The state of the taps is not stored between power up and down sessions so it starts out at the 128 tap point, additional code would be needed to handle this feature. The main loop runs once and then the mcu will then loop forever
A basic testing environment has been setup.
To run a simple unit test, simply run docker compose run ceedling, then within the shell run ceedling test:all
Code has been clang formatted
