Resolved! I want to implement a single functions that continuously controls two or more output peripheral all at once. Which is a proper way to achieve that?
I'm working on G030C6 MCU.I have written a program that takes input from multiple sensors and based on the input (true/false) give output to other peripherals. Input is taken from polling therefore all the functions are written in main while loop. I'...