#include <RCController6CH.h>
Definition at line 50 of file RCController6CH.h.
RCController6CH::RCController6CH |
( |
int |
, |
|
|
void(*)() |
|
|
) |
| |
Default constructor.
- Author
- Frederick Wachter
- Date
- Created: 2018-03-08
RCController6CH::RCController6CH |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
void(*)() |
|
|
) |
| |
Specifying all input channel pins.
- Author
- Frederick Wachter
- Date
- Created: 2018-03-08
void RCController6CH::displayChannels |
( |
void |
| ) |
|
Display all the current channel values to the serial monitor.
- Author
- Frederick Wachter
- Date
- Created: 2018-03-08
Definition at line 71 of file RCController6CH.cpp.
void RCController6CH::setupController |
( |
void(*)() |
| ) |
|
Setup controller pins and timed interrupt to update channels.
- Author
- Frederick Wachter
- Date
- Created: 2018-03-08
Definition at line 39 of file RCController6CH.cpp.
void RCController6CH::updateChannels |
( |
void |
| ) |
|
Update the channel values.
- Author
- Frederick Wachter
- Date
- Created: 2018-03-08
Definition at line 51 of file RCController6CH.cpp.
The documentation for this class was generated from the following files: