#include "FeedbackSensor.h"
#include <avr/interrupt.h>
#include <avr/signal.h>
Go to the source code of this file.
Variables | |
int | wheel1 |
int | wheel2 |
int wheel1 |
globals for ISR
Definition at line 222 of file encoder-ax12-mode.c.
Referenced by FeedbackSensor::enableSensor(), FeedbackSensor::FeedbackSensor(), FeedbackSensor::getFeedback(), and SIGNAL().
int wheel2 |
Definition at line 223 of file encoder-ax12-mode.c.
Referenced by FeedbackSensor::enableSensor(), FeedbackSensor::FeedbackSensor(), and FeedbackSensor::getFeedback().