9 lines
111 B
C
9 lines
111 B
C
#include "header.h"
|
|
|
|
|
|
// led RGB D5 must turns on in a loop of colors using PWM
|
|
int main() {
|
|
while (1);
|
|
}
|
|
|