#include "RCOutput_PRU.h"
#include <dirent.h>
#include <fcntl.h>
#include <linux/spi/spidev.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <AP_HAL/AP_HAL.h>
Go to the source code of this file.
|
static const uint8_t | chan_pru_map [] = {10,8,11,9,7,6,5,4,3,2,1,0} |
|
◆ PWM_CHAN_COUNT
#define PWM_CHAN_COUNT 12 |
◆ catch_sigbus()
static void catch_sigbus |
( |
int |
sig | ) |
|
|
static |
◆ chan_pru_map
const uint8_t chan_pru_map[] = {10,8,11,9,7,6,5,4,3,2,1,0} |
|
static |