SamP20 / LaserTag

A Laser Tag system built around the ATmega328P microcontroller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laser Tag project

Introduction

This project aims to create a laser tag system based around the ATMEGA328P microcontroller. This is the one used in the Arduino UNO, however no Arduino libraries are being used here.

Building

A makefile is included in the firmware folder. The default make target will generate main.hex and main.eep files to be uploaded to the device. A make program target is provided to program the device using AVRDUDE. Make sure to set the AVRDUDE_PROGRAMMER and AVRDUDE_PORT settings to match the programmer you are using.

About

A Laser Tag system built around the ATmega328P microcontroller.


Languages

Language:Makefile 55.9%Language:C 44.1%