Driver - Relay

Hello,

Had some spare time since my SSC32 is still not working, so I made some small changes to the LED driver to use it as a relay driver. No big changes, just some name changes in the component name and method names.

Thought this might be usefull. Using a LED driver for a relay seems stupid to me, so I wanted it to appear like this:

FEZ_Components.Relay relay = new FEZ_Components.Relay(FEZ_PIN.Digital.**);

So this is the driver:
(link removed)

Let me know if I did something wrong… :wink:

Sorry, posted this into the wrong forum…