This project contains C source files for controlling the motion of a Firebird robot using AVR microcontrollers.
motion.c: Functions for motor control and movement sequences.buzzer.c,objectdetection.c,whiteline.c: Additional modules for robot features (not documented here).
- Open the source files in your AVR development environment (e.g., Atmel Studio).
- Compile and upload the code to your Firebird robot.
- The
mainfunction inmotion.cdemonstrates basic movement patterns.
- AVR microcontroller (e.g., ATmega2560)
- AVR toolchain
- Firebird robot hardware
This project is for educational purposes.