Skip to content

akhiljns/raspberry-pi-weather-station

 
 

Repository files navigation

Raspberry pi Weather Station

Usage

  • Initialize a new git repository in the folder you are making the codes in
git init
  • Add the remote git repository
git remote add origin https://github.com/raspberry-pi-weather-station/weather-station-1.git
  • Edit the required files
  • Stage the modified files for a new commit
git add <Filename>
  • Commit the changes to the repository
git commit -m "Commit after <the modified files> (<date>)"
  • push the changed repository to your account and email me to tell me about the changes
git push origin master

About

This is just an alpha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.5%
  • C 37.3%
  • TeX 18.5%
  • C++ 3.4%
  • Shell 0.3%