APM:Libraries
|
#include <AP_HAL/utility/RingBuffer.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include "AP_HAL_ChibiOS.h"
Go to the source code of this file.
Classes | |
class | ChibiOS::SoftSigReader |
Macros | |
#define | INPUT_CAPTURE_FREQUENCY 1000000 |
#define | MAX_SIGNAL_TRANSITIONS 256 |
#define | DEFAULT_BOUNCE_BUF_SIZE 32 |
#define DEFAULT_BOUNCE_BUF_SIZE 32 |
Definition at line 27 of file SoftSigReader.h.
#define INPUT_CAPTURE_FREQUENCY 1000000 |
Definition at line 25 of file SoftSigReader.h.
Referenced by ChibiOS::SoftSigReader::attach_capture_timer(), and ChibiOS::SoftSigReaderInt::init().
#define MAX_SIGNAL_TRANSITIONS 256 |
Definition at line 26 of file SoftSigReader.h.