-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8a20ff
commit 94face2
Showing
1 changed file
with
12 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
This software is not based on any dependacies beside what is included in it's root directory. This means that in the future so long as python is still working | ||
and doesn't remove any modules or compatibility it should work forever. | ||
|
||
This software was designed for my needs as I wanted to build a firework launcher. My goal was to come in at about half or very close to half the cost of a | ||
professional grade Launching system. Either that or the radio controlled ones on amazon. However this software can and will run as just a way to control GPIO/GPIO | ||
expansion boards (primarily the MCP23017 based ones which i used). This meaning you could use it for literally anything that you want to control with GPIO on raspberry pi. | ||
|
||
If you have any suggestions on modifications to the python code or any of it really. I'm always interedsted to hear new ways to write code especially shorter ones. :) | ||
|
||
Contact Info: | ||
Email: [email protected] | ||
Note: please use "Launcer Project" in the subject if you email me. I rarely check my email but I would be sure to read and write back if I see that. |