mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
added some macros to make it usable on fixedwing
This commit is contained in:
@@ -32,4 +32,8 @@
|
||||
extern void actuators_pwm_arch_init(void);
|
||||
extern void actuators_pwm_commit(void);
|
||||
|
||||
#define ChopServo(x,a,b) Chop(x, a, b)
|
||||
#define Actuator(_x) actuators_pwm_values[_x]
|
||||
#define SERVOS_TICS_OF_USEC(_v) (_v)
|
||||
|
||||
#endif /* ACTUATORS_PWM_ARCH_H */
|
||||
|
||||
Reference in New Issue
Block a user