An open API service indexing awesome lists of open source software.

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

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/LEDSensor

EyeLightTracker - code which will allow a ball on a Servo with 2 light sensors to rotate towards the light.