forked from OpenSprinkler/OpenSprinkler-Firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
executable file
·35 lines (25 loc) · 949 Bytes
/
README.txt
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
============================================
==== OpenSprinkler AVR/RPI/BBB Firmware ====
============================================
This is a unified OpenSprinkler firmware for
Arduino, RPi, BBB based OpenSprinklers.
--------------------------------------------
For OS (Arduino-based OpenSprinkler) 2.x:
Option 1: install Arduino make, then open
Makefile and modify the path to your Arduino
installation folder accordingly. Next, run
> make
in command line.
Option 2: install Arduino (1.0.6 recommended)
and copy the OpenSprinkler folder to your
Arduino's libraries folder.
--------------------------------------------
For OSPi (OpenSprinkler Pi):
Run build script ./build.sh ospi
--------------------------------------------
For OSBo (OpenSprinkler Beagle):
Run build script ./build.sh osbo
============================================
Questions and comments:
http://www.opensprinkler.com
============================================