/sun-tracker

An Atmega32 x/y axis sun tracking unit written in assembler

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

sun-tracker

/* Copyright (C) 2018 Dale Giancono (d.giancono@gmail.com)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

*/

This is an Atmega32 x/y axis sun tracking unit written in assembler. It was written for a second year group assignment as apart of RMITs Introduction to Embedded Systems course. While the assignment was a group assignment, the code contained was written solely by myself, Dale Giancono. The purpose of the assignment was to help students to become more familier with the various peripherals available with Atmel AVR Microcontrollers, as well as helping students understand assembler code.

The project itself was implemented using VMLAB, however only the asm code is contained in this repositary.

For a more detailed outlook on the project, please refer to the final report.