#include "steering_throttle.h"Go to the source code of this file.
Functions | |
| int | initializeSteeringAndThrottleOut (int steering_pin, int throttle_pin) |
| int | pulsoutSteering (int steering_setpoint) |
| int | pulsoutThrottle (int throttle_setpoint, int normalized_counts) |
| void | resetIntegralAndDerivative () |
| int | pulsoutThrottleNoPID (int throttle_setpoint) |
| void | initializeSteeringAndThrottleIn (int steering_pin, int throttle_pin) |
| int | checkForSteeringAndThrottle () |
| int | getSteeringPulsinDuration () |
| int | getThrottlePulsinDuration () |
| int checkForSteeringAndThrottle | ( | ) |
Definition at line 97 of file steering_throttle.c.
| int getSteeringPulsinDuration | ( | ) |
Definition at line 111 of file steering_throttle.c.
| int getThrottlePulsinDuration | ( | ) |
Definition at line 120 of file steering_throttle.c.
| void initializeSteeringAndThrottleIn | ( | int | steering_pin, | |
| int | throttle_pin | |||
| ) |
Definition at line 86 of file steering_throttle.c.
| int initializeSteeringAndThrottleOut | ( | int | steering_pin, | |
| int | throttle_pin | |||
| ) |
Definition at line 13 of file steering_throttle.c.
| int pulsoutSteering | ( | int | steering_setpoint | ) |
Definition at line 30 of file steering_throttle.c.
| int pulsoutThrottle | ( | int | throttle_setpoint, | |
| int | normalized_counts | |||
| ) |
Definition at line 41 of file steering_throttle.c.
| int pulsoutThrottleNoPID | ( | int | throttle_setpoint | ) |
Definition at line 69 of file steering_throttle.c.
| void resetIntegralAndDerivative | ( | ) |
Definition at line 64 of file steering_throttle.c.
1.6.3