blinking LED's in series, trying it in c way

If you want to learn Embedded C Programming you will want to avoid all of the functions provided by the Arduino libraries. You will need to use Direct Port Access instead of init(), pinMode(), digitalRead(), and digitalWrite(), delay(), analogRead(), analogWrite()...

Get the datasheet for the processor and start reading. :slight_smile: