SolidSoils / Arduino

C# .NET - Arduino library supporting simultaneous serial ASCII, Firmata and I2C communication
https://solidsoils.github.io/Arduino/index.html
BSD 2-Clause "Simplified" License
200 stars 61 forks source link

Add method SetDigitalPinValue #8

Closed hhgyu closed 9 years ago

hhgyu commented 9 years ago

add method v2.5.beta1

https://github.com/firmata/arduino/blob/v2.5.beta1/Firmata.h#L36

https://github.com/firmata/arduino/blob/v2.5.beta1/examples/StandardFirmata/StandardFirmata.ino#L311

SolidSoils commented 9 years ago

Thanks. Merged your contribution, but decided to convert SetDigitalPinValue to an overload of SetDigitalPin.