Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- "~/.platformio"

env:
- PLATFORMIO_CI_SRC=LineController/examples/LineChecker.pde
- PLATFORMIO_CI_SRC=LineController/examples/LineChecker/LineChecker.pde
# - PLATFORMIO_CI_SRC=examples/file.ino
# - PLATFORMIO_CI_SRC=path/to/test/directory

Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions Hbridge/library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=Hbridge
version=0.0.1
author=Daniel P. Poltronieri
maintainer=Daniel P. Poltronieri
sentence=Control the L293D IC and boards based on it.
paragraph=
category=Device Control
url=https://github.com/dpoltronieri/Arduino
architectures=*
includes=HBridge.hpp
File renamed without changes.
10 changes: 10 additions & 0 deletions LineController/library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=LineController
version=0.0.1
author=Daniel P. Poltronieri
maintainer=Daniel P. Poltronieri
sentence=Use digital line tracking sensors.
paragraph=
category=Sensors
url=https://github.com/dpoltronieri/Arduino
architectures=*
includes=LineController.hpp
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ These libraries were initially created for the discipline Programming Languages

## Install
More information can be found in https://www.arduino.cc/en/Guide/Libraries
#### Windows
Copy the desired library to `Libraries` inside the `Arduino` folder in `My Documents`.

#### Linux
Copy the desired library to `Libraries` inside the Arduino IDE instalation folder.
#### Arduino IDE
1. Download the libraries: https://github.com/dpoltronieri/Arduino/archive/master.zip
2. Unzip the downloaded file.
3. (In the Arduino IDE) Sketch > Include Library > Add .ZIP Library > Select the library you want to install from the unzipped `Arduino-master` folder. > Open

#### Atom
Copy the desired library to the `Lib` folder in the compilation directory.
Expand Down