Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LED HIGH example #30

Open
mikalting opened this issue Nov 28, 2018 · 4 comments
Open

LED HIGH example #30

mikalting opened this issue Nov 28, 2018 · 4 comments

Comments

@mikalting
Copy link

hello I'm a noob who is trying to understand how the arduinodriver is working, but i can't find anything basic how the driver is working.
could some maby send me sort of a sample to turn on a led.

@TehseenHasan
Copy link

If somebody make the example that will be very helpful...

@mikalting
Copy link
Author

If somebody make the example that will be very helpful...

i use this:
using (var driver = new ArduinoDriver.ArduinoDriver(AttachedArduino, true))
{
driver.Send(new DigitalWriteRequest(13, ArduinoDriver.DigitalValue.Low));
driver.Send(new DigitalWriteRequest(13, ArduinoDriver.DigitalValue.high));
}

@TehseenHasan
Copy link

does this ArduinoDriver library also support Wemos D1 Mini (ESP8266)?

@PeeWee2000
Copy link

Please see the visual studio project below.
https://github.com/PeeWee2000/ArduinoDriver/tree/master/Source/ArduinoDriver.BasicReadWrite

I've requested that the original writer of this project merge this sample into his code base but until then you can access a basic LED example here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants