183 Commits (f3314791f2c572da38cd78b38ca30a1b2c9cc090)

Author SHA1 Message Date
Amilcar Lucas f4998c3673 Moved a function from radio.pde to the RC_Channel_aux library. Now its more readable and reusable 14 years ago
Amilcar Lucas b7a0d8836a This is the real HEAD of the APM_Camera branch. Seams that lots of changes got lost in the SVN to GIT port 14 years ago
jasonshort e05de48e2d Adding reverse to Channel Raw output (unscaled output) to fix camera reversing. 14 years ago
jasonshort 150f58a4bd removed scaling on control in because it might cause rounding issues. 14 years ago
jasonshort b7b0212506 Cleaned up or reverse code. 14 years ago
rmackay9@yahoo.com 499cbec9e5 RC_Channel.h - small change to store _reverse setting to eeprom 14 years ago
jasonshort 8f82de3e11 changed a bool to uint8_t 14 years ago
jasonshort a67b1d6896 Added new output type AMGLE_RAW - this will ouput non-scaled PWM, better for copters than fixed wings. 14 years ago
DrZiplok 701157c350 Re-order class members to avoid initializer-order warnings. 14 years ago
james.goppert@gmail.com c1b6032e7f Eclipse makefile support for examples. 14 years ago
tridge60@gmail.com 860998d337 implemented typesafe PSTR() 14 years ago
jasonshort 29a486c519 removed unused save_trim() function 14 years ago
DrZiplok@gmail.com c52b459a53 Variable names must be PROGMEM strings. 14 years ago
DrZiplok@gmail.com 1dd50ec263 Use AP_Var to store channel calibration. 14 years ago
deweibel@gmail.com 3443a7817d Add reversing for PWM outputs in angle_to_pwm case. 14 years ago
deweibel@gmail.com 50c3b2e4fd Add initial values for scaling and dead zone to RC_Channel constructor 14 years ago
jasonshort 3d529b3a51 added channel examples 14 years ago
jasonshort 0738870e64 included setup process 14 years ago
jasonshort 3f61f5aa49 git-svn-id: https://arducopter.googlecode.com/svn/trunk@1320 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
jasonshort 7dd1b3cbe7 removed EEPROMB references 14 years ago
jasonshort bf3ee6f843 fixed bug 14 years ago
jasonshort 68eec6805a update use EEPROM class, new scaled input for RC_Channel 14 years ago
james.goppert 24bb547eae Added some functionality to RC_Channel to meet APM needs. 14 years ago
jasonshort e194e2fa75 git-svn-id: https://arducopter.googlecode.com/svn/trunk@1118 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
jasonshort 718bf566c8 rc range bug fixed 14 years ago
jasonshort 4ef6bd673f added trim save 14 years ago
jasonshort 44f2139951 added filter option 14 years ago
jasonshort 59a3087cb6 added control / nav mixing 14 years ago
jasonshort dc16a2961d git-svn-id: https://arducopter.googlecode.com/svn/trunk@926 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
jasonshort 2eb714aa51 almost ready for use, still testing 14 years ago
jasonshort 2dd479ea62 almost ready for use, still testing 14 years ago
jasonshort@gmail.com 4fa2491adf This is a new Library for managing RC input channels which will replace the current way of storing RC input in Arrays and most of the Radio.pde tab 14 years ago