diff --git a/tests/ADC/test_ADC.cpp b/tests/ADC/test_ADC.cpp index f5fb1dc..7c4ce42 100644 --- a/tests/ADC/test_ADC.cpp +++ b/tests/ADC/test_ADC.cpp @@ -1,6 +1,6 @@ /* * Author: Jake G - * Date: 2024 + * Date: 2025 * filename: test_ADC.c * description: module_purpose */ @@ -73,8 +73,16 @@ TEST(test_ADC, ADC_SetupSetsRegisters) ADC_Setup(); } -TEST(test_ADC, ADC_InitPortBADC3UsesCorrectRegisters) +TEST(test_ADC, ADC_InitPortbADC3UsesCorrectRegisters) { + //PB3/ADC3 + + //Check it disables the pin's digital circuitry + + //Check that the ADC pin is selected in ADMUX + + + // /* //Check for setting the direction to input. @@ -94,7 +102,7 @@ TEST(test_ADC, ADC_InitPortBADC3UsesCorrectRegisters) .withUnsignedIntParameter("bit_num", PORT_ISC_INPUT_DISABLE_gc); */ - //ADC_Init(7); + ADC_Init(7); } TEST(test_ADC, ADC_InitPortAPin0UsesCorrectRegisters)