analogWrite(pin, # from 0 to 255);
I don't see you writing a number to the pins.
Try changing the low, high you have there now to something either is, or represents, a number.
analogWrite(pin, # from 0 to 255);
I don't see you writing a number to the pins.
Try changing the low, high you have there now to something either is, or represents, a number.