https://github.com/anvk/arduino.examples
Arduino code examples. Some of the basics got covered at IDRC Arduino community meetings
https://github.com/anvk/arduino.examples
Last synced: about 1 month ago
JSON representation
Arduino code examples. Some of the basics got covered at IDRC Arduino community meetings
- Host: GitHub
- URL: https://github.com/anvk/arduino.examples
- Owner: anvk
- Created: 2012-09-20T02:03:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-26T23:25:18.000Z (over 12 years ago)
- Last Synced: 2025-02-03T12:49:02.152Z (3 months ago)
- Language: Arduino
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arduino code snippets:
LedBrightnessChange - code which will allow the board to adjust brightness of LED depending on how bright is the environment using light sensor. The change in brightness happens slowly over time instead of an instanteneous change.
The example how you can wire up your component can be found here: http://arduino.cc/playground/Learning/LEDSensorEyeLightTracker - code which will allow a ball on a Servo with 2 light sensors to rotate towards the light.