/ATMega328-Emulator

Primary LanguageC++Apache License 2.0Apache-2.0

license-badge

ATMega328 Emulator

Cloning

This repo is utilizing git submodules, to make sure you get all of them, include the --recursive flag when cloning.

git clone --recursive <repo>

If you forgot to use the --recursive flag you can get the submodules by running the following command in the root of the repo.

git submodule update --init

Resources

AVR Tools