Code:
High Pin0
is not allowed (or in your case High led) – it must be
Code:
High 0
(see manual)

The same goes for Low command

Let us know ...