Go to file
Ivan Kravets 72c077ec58 Continuous Integration using @PlatformIO and @travis-ci
@PlatformIO (an open source ecosystem for IoT development) in pair with @travis-ci (an open-source hosted, distributed continuous integration service) proposes to apply continuos integration for embedded projects in a few clicks.

* Official Travis CI Documentation for PlatformIO: https://docs.travis-ci.com/user/integration/platformio/
* PlatformIO documentation for Travis CI: http://docs.platformio.org/en/latest/ci/travis.html

## Quickstart
Please enable Travis.CI for this project http://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI%3A (steps 1, 2, 5)

## Status Badge
You can add badge with build status to your README

**Markdown**
```
[![Build Status](https://travis-ci.org/br3ttb/Arduino-PID-Library.svg?branch=master)](https://travis-ci.org/br3ttb/Arduino-PID-Library)
```

**RST**
```
.. image:: https://travis-ci.org/br3ttb/Arduino-PID-Library.svg?branch=master
    :target: https://travis-ci.org/br3ttb/Arduino-PID-Library
```

## Examples

* Project [USB_Host_Shield_2.0](https://github.com/felis/USB_Host_Shield_2.0) and [Travis CI Build](https://travis-ci.org/felis/USB_Host_Shield_2.0)
* Project [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote) and [Travis CI Build](https://travis-ci.org/z3t0/Arduino-IRremote)
* Project [ethercard](https://github.com/jcw/ethercard) and [Travis CI Build](https://travis-ci.org/jcw/ethercard)
2015-12-08 12:53:49 +02:00
examples enhance coding style 2015-05-09 20:20:53 +02:00
.travis.yml Continuous Integration using @PlatformIO and @travis-ci 2015-12-08 12:53:49 +02:00
keywords.txt moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
library.json moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
library.properties moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
PID_v1.cpp moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
PID_v1.h moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
README.txt moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00

***************************************************************
* Arduino PID Library - Version 1.1.1
* by Brett Beauregard <br3ttb@gmail.com> brettbeauregard.com
*
* This Library is licensed under a GPLv3 License
***************************************************************

 - For an ultra-detailed explanation of why the code is the way it is, please visit: 
   http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/

 - For function documentation see:  http://playground.arduino.cc/Code/PIDLibrary