-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
42 lines (35 loc) · 1.8 KB
/
README.txt
File metadata and controls
42 lines (35 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
****************
* PROJECT INFO *
****************
This project containes an Android app, written in Java, and embedded C code meant
for an AVR microcontroller. Together with the hardware described at:
http://makeprojects.com/Project/Android-Controlled-LED-Light-Shirt/1586/1
the user should be able to create a string of LEDs with dynamic RGB light patterns
controlled by an Android phone over a Bluetooth connection.
*************************
* Source Code Structure *
*************************
The root directory contains two folders
/AndroidApp/ :: Contains the Eclipse project and source for the Android app. The
origional project code mainly resides in the java package com.AmishRobot.LedController
/Embedded/ :: Contains the source code for the AVR microcontroller used with the
Bluetooth module to control the string of LEDs. The code was ment to be compiled
with Image Craft ICC AVR compiler https://www.imagecraft.com/ and programmed
with an in system programer (ISP).
****************
* LICENSE INFO *
****************
This project was created by Michael Kane who maintains the copyright for origional
source code and has licensed it as discribed throughout the project. If you wish to
redistribute or profit from this project I kindly request that you inform me via
email at thisIsMikeKane@gmail.com
The software in this project, licensed under GPLv3 uses code copyrighted by
Google and Yuku Sugianto both licensed under the GPLv3 compatible ApacheV2 license.
For details see the gpl.txt and the header of each source file.
The hardware documentation for this project is documented at:
http://makeprojects.com/Project/Android-Controlled-LED-Light-Shirt/1586/1
and is licensed under the Createive Commons CC BY-NC-SA license.
http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode
**********
* ENJOY! *
**********