Skip to content

Commit

Permalink
update README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rayshobby committed Mar 1, 2015
1 parent e545e02 commit c51a86b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a unified OpenSprinkler firmware for
Arduino, RPi, BBB based OpenSprinklers.

--------------------------------------------
For microcontroller (Arduino):
For OS (Arduino-based OpenSprinkler) 2.x:

Option 1: install Arduino make, then open
Makefile and modify the path to your Arduino
Expand All @@ -19,17 +19,15 @@ and copy the OpenSprinkler folder to your
Arduino's libraries folder.

--------------------------------------------
For RPi:
For OSPi (OpenSprinkler Pi):

Run the following command:
gcc -o opensprinkler -DOSPI -m32 main.cpp OpenSprinkler.cpp program.cpp server.cpp utils.cpp weather.cpp gpio.cpp
Run build script ./build_ospi.sh

--------------------------------------------

For BBB:
For OSBo (OpenSprinkler Beagle):

Run the following command:
gcc -o opensprinkler -DOSBO -m32 main.cpp OpenSprinkler.cpp program.cpp server.cpp utils.cpp weather.cpp gpio.cpp
Run build script ./build_osbo.sh

============================================
Questions and comments:
Expand Down

0 comments on commit c51a86b

Please sign in to comment.