Commit Graph

13 Commits

Author SHA1 Message Date
Jake Goodwin 82c16a7ddc Adjusted function signiture for `ADC_ReadValue()` 2025-02-23 10:56:38 -08:00
Jake Goodwin 6736e30dd1 Added extra testing/assert line for the returned error value. 2025-02-23 10:34:23 -08:00
Jake Goodwin 58ab3c12eb Added test for the ADC reading timeout feature 2025-02-23 10:32:13 -08:00
Jake Goodwin fc3d0d11a5 removed now uneeded functions. 2025-02-23 10:03:21 -08:00
Jake Goodwin 352ee9e6a8 Added test for ADC_Disable() 2025-02-23 09:59:52 -08:00
Jake Goodwin 969b852cb3 Added test for adc enable.
+ code for testing ADC enable.
+ code for passing ADC enable function test.
2025-02-23 09:58:30 -08:00
Jake Goodwin a00e176675 Added testing for the pin number and resolving it from a adc channel input. 2025-02-23 09:50:09 -08:00
Jake Goodwin 6167089a28 Added onto init tests. 2025-02-22 22:00:44 -08:00
Jake Goodwin 28a5c50b23 Updated date 2025-02-17 18:33:32 -08:00
Jake Goodwin 3aaf0a066e got ADC to pass current tests. 2025-02-16 17:34:20 -08:00
Jake Goodwin a5bb712789 Added expectations for setup.
- Commented out attiny404 expectations.
2025-02-16 15:02:19 -08:00
Jake Goodwin 9228d0703f Added attiny13a adc expectations. 2025-02-16 14:42:08 -08:00
Jake Goodwin de5cd13459 Added the template test files I made before.
+Mocking of ADC.
+Mocking of timer
+Mocking of Register editing.
+tests for all the above
2025-02-16 10:28:35 -08:00