/playgrounds

Various programming tests/tryouts/stuff. Nothing to see here, move along!

Primary LanguageC++MIT LicenseMIT

Playground

This repository is a playground of various tryouts that I want to keep. BEWARE IT IS A MESS!

Structure

  • electronics contains all the electronic hardware used in the project.
  • software contains all the software used in the project. This can be embedded, PC/smartphone or test scripts, anything a computer can execute resides here.
  • mechanical contains all the CAD drawings, mostly 3d printable objects.

Cloning

This repository makes extensive use of submodules, use git clone --recurse-submodules https://github.com/Squantor/generic_project_template.git to clone everything in one go.