Skip to content

Update 2 files

Aiven Arones requested to merge Initialize_IO into main

Initialized the 10 GPIOs and the analogue input to complete basic specifications 1 and 2.

  1. 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”.
  2. 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

Merge request reports

Loading