Update 2 files
Initialized the 10 GPIOs and the analogue input to complete basic specifications 1 and 2.
- Correctly initialise the 10 GPIOs connected from the RP2040 to the bar LED as outputs from the RP2040 and set their default value to “off”.
- Correctly initialise an analogue input pin into the RP2040 to be able to read the value set by the potentiometer that is connected to it.
there is a for loop in the supplemental.S to be used to complete the rest of the basic specifications
- /supplemental.c
- /supplemental.S