Skip to content

MegaMouse! An atmega 328p powered micromouse!

License

Notifications You must be signed in to change notification settings

KenwoodFox/MegaMouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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