-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme document with project details.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
|
||
# Programmable Light Controller | ||
|
||
![Finished version of programmable light controller](https://raw.githubusercontent.com/wiki/dilshan/programmable-light/images/prog-light-small.png) | ||
Programmable light is a low cost and easy to build LED light controller. The principal goal of this project is to design a maintenance free light which automatically on and off at the predetermined time of the day. | ||
Programmable light is a low cost and easy to build LED light controller. The main objective of this project is to design a maintenance free light which automatically on and off at the predetermined time of the day. | ||
|
||
This light controller is an open design. All the design files, documentation, firmware source code are available to download at the [project source repository](https://github.com/dilshan/programmable-light). | ||
This light controller is based on *ATmega8* microcontroller and *DS1307* real time clock. It is designed to handle commonly available 24V - 7W LED modules. | ||
|
||
For more details check [project documentation at GitHub](https://github.com/dilshan/programmable-light/wiki). | ||
This project is an open design. All the design files, documentation, firmware source code are available to download at the [project source repository](https://github.com/dilshan/programmable-light). | ||
|
||
For more details check [project documentation at GitHub](https://github.com/dilshan/programmable-light/wiki). |