Hi.
Rather stupid question from an Arduino newbe . But Anyway..
When stated in the Arduino doc .....
That an port is ex Pwm Analog or something else, .. Is the ports function
hard coded, or can you use it as en digital port to ex drive leds??
I'm not sure if I'm answering what you asked, but yes, you can use pins that support pwm as digital output. Write digital output with the builtin function digitalWrite(), and use pwm with analogWrite().