Hello folks, how do you implement non-peripheral pins and use them? My way is:1. Set the Pin Settings to set the pins direction, Latch, Mode etc.2. Attach the system_config.h with some defines like the following:#define PORT_NOTIFICATION_LED PORTS_ID_0, P..
↧