Controlling PWM pin

bubulindo:
Odd as it may seem...

Those are exactly the same thing:

#define HIGH 0x1

#define LOW  0x0 // <- same as 0




How do you have your LED hooked up? Is it inverted logic?

I think his question rather was to use the analogWrite or the digitalWrite function. ?

Lefty