Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
ppm_arch.c File Reference
#include "subsystems/radio_control.h"
#include "subsystems/radio_control/ppm.h"
#include <inttypes.h>
#include <caml/mlvalues.h>
+ Include dependency graph for ppm_arch.c:

Go to the source code of this file.

Functions

void ppm_arch_init (void)
 Architecture dependant code. More...
 
value update_rc_channel (value c, value v)
 
value send_ppm (value unit)
 

Detailed Description

PPM radio control, simulator specific.

Definition in file ppm_arch.c.

Function Documentation

◆ ppm_arch_init()

void ppm_arch_init ( void  )

Architecture dependant code.

Definition at line 40 of file ppm_arch.c.

◆ send_ppm()

value send_ppm ( value  unit)

Definition at line 85 of file ppm_arch.c.

References ppm_frame_available, and unit.

◆ update_rc_channel()

value update_rc_channel ( value  c,
value  v 
)

Definition at line 79 of file ppm_arch.c.

References c(), and ppm_pulses.

+ Here is the call graph for this function: