Difference between revisions of "Tortoise GitHub"
From SingletonMillerWiki
m |
m (added some link to GPIO code for future ref.) |
||
Line 29: | Line 29: | ||
== References == | == References == | ||
#[http://git-scm.com/documentation http://git-scm.com/documentation] | #[http://git-scm.com/documentation http://git-scm.com/documentation] | ||
+ | |||
+ | https://github.com/quick2wire | ||
+ | http://pypi.python.org/pypi/RPi.GPIO | ||
+ | http://code.google.com/p/raspberry-gpio-python/ |
Revision as of 16:27, 3 August 2012
Contents
Repositories
Install and Setup Git
sudo apt-get install git
or see here for windowsgit config --global user.name "Your Name Here"
git config --global user.email "your_email@youremail.com"
Get the Tortiose Git Code
taken from [1]. On your RPi run the following:
Build the code
-
cd tortise/bufferboard/gertboard_sw
-
make
Run the code
Commiting changes
git add <newfiles/folders>
git commit -m "commit message"
git push origin master
you'll be asked for your github account details
References
https://github.com/quick2wire http://pypi.python.org/pypi/RPi.GPIO http://code.google.com/p/raspberry-gpio-python/