KenwoodFox / MegaMouse

MegaMouse! An atmega 328p powered micromouse!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firmware Workflow Hardware Workflow

MegaMouse

MegaMouse! An atmega 328p powered micromouse!

Getting Started

First, begin by cloning this repo and relevant submodules

git clone --recurse-submodules https://github.com/KenwoodFox/MegaMouse.git

Find hardware, software and docs in the directories below!

.
├── CAD                   # CAD and 3D models
├── Firmware              # Firmware and on-board code
├── Hardware              # Hardware and design files
│   └── MegaMouse         # PCB Design Files
│       └── Libraries     # KiCAD libraries
└── Static                # Static files

Tag Naming System

v1.3
││ │
││ └─ Intermediete revision (reivew, software, minor change)
│└─── Major revision (hardware change, incompatable modification)
└──── Releasable Version

About

MegaMouse! An atmega 328p powered micromouse!

License:MIT License


Languages

Language:Python 35.5%Language:Makefile 27.5%Language:C 24.3%Language:C++ 12.6%