-
Notifications
You must be signed in to change notification settings - Fork 262
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
Added an example 'wiper' #43
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do a Tools > Auto Format if using the Arduino IDE or Ctrl + B if using Arduino Web Editor to make the formatting of your code consistent with the style used in Arduino's official examples.
Thank you so much for your review. |
Unnecessary commits are squashed into one. |
Hello all,
Myself Durgesh Pachghare, want to contribute to Arduino in the GSOC 2020. This is my sample PR which adds a simple example wiper.
Wiper example is similar to a car's wiper, where the wiper is activated on the application of a digital button.