#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <usart.h>
#include <led.h>
#include <stepper.h>
#include <encoder.h>
#include <servo.h>
#include <scheduler.h>
#include <publisher.h>
Go to the source code of this file.
Functions | |
int | main () |
void | pan_command () |
AVR includes. | |
void | StopMovement () |
void | tilt_command () |
void pan_command | ( | ) |
void StopMovement | ( | ) |
void tilt_command | ( | ) |