38 Commits (54d8a4852ff9a73f9cccfb1ce94c93ae20e36a33)

Author SHA1 Message Date
Pierre Kancir 720edc0fde PID: example fix travis warning 8 years ago
murata 9de6318b77 PID: Unify from print or println to printf. 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Andrew Tridgell abe850c397 PID: fixed example build 9 years ago
Lucas De Marchi d387deb2f5 PID: fix example using wrong type 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Andrew Tridgell 1ffe899a18 PID: fixed example build 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Caio Marcelo de Oliveira Filho e8d9c4dc9b PID: remove unnecessary includes from example 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Gustavo Jose de Sousa e925820d90 PID: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell fce95178e7 PID: convert example from .pde to .cpp 10 years ago
Andrew Tridgell f449b34fdd PID: fix for HAL_SITL rename 10 years ago
Tom Pittenger f3d13656ba PID: fix compile warnings re float constants 10 years ago
Andrew Tridgell 184420355d PID: fixed example build 11 years ago
Andrew Tridgell 37ad9e3f82 PID: fixed example build 12 years ago
Andrew Tridgell 374af1cd14 build: change from Arduino.mk to apm.mk 12 years ago
Andrew Tridgell 62bfded26c PID: fixed example build 12 years ago
Pat Hickey eb530b86e8 move Arduino.mk to /mk/Arduino.mk 12 years ago
Andrew Tridgell 7d27e420ae AP_HAL: remove unnecessary Arduino.h includes 12 years ago
Pat Hickey 39d14c8a93 PID: ported to AP_HAL 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago
uncrustify 84816966ec uncrustify libraries/PID/examples/pid/pid.pde 13 years ago
Andrew Tridgell f6d7d1bc59 APM: changed PID library to do automatic deltat calculation 13 years ago
Andrew Tridgell 9c1e257826 fixed example in PID library 13 years ago
james.goppert@gmail.com c1b6032e7f Eclipse makefile support for examples. 14 years ago
DrZiplok@gmail.com 944825772d Use AP_Var to store PID scaling values. 14 years ago
jasonshort 68eec6805a update use EEPROM class, new scaled input for RC_Channel 14 years ago
DrZiplok@gmail.com 52abef58d5 More syntax, etc. fixes. Compiles OK now. 14 years ago
DrZiplok 264cca6d24 With apologies to Jason for breaking his branch, clean this up and document it. 14 years ago
jasonshort e7b26da27d A simple OO PID library 14 years ago