#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 6 of file InterruptVectors.c.
Referenced by FeedbackSensor::enableSensor(), FeedbackSensor::FeedbackSensor(), FeedbackSensor::getFeedback(), and SIGNAL().
| int wheel2 |
Definition at line 7 of file InterruptVectors.c.
Referenced by FeedbackSensor::enableSensor(), FeedbackSensor::FeedbackSensor(), and FeedbackSensor::getFeedback().
1.5.5