I am very new at coding and am having trouble doing the most basic things with my roc-rk3328-cc. Could someone explain in simple terms how I can use the GPIO pins to turn on an LED?
You need to add a LED and resistor in series from a GPIO pin to a ground pin. Then you can just use sudo lgpio set PIN#=1
. Replace PIN# with the header pin number (1-40).