Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Area-53-Robotics/53E-Over-Under-2023-2024

Repository files navigation

53E Over Under

Build Project Clang Format

This is 53E's codebase for the 2023, 2024 Over Under Season.

Style Guide

This project follows Google's style guide, with a few exceptions.

Pragma Once

Use of pragma once is permitted in the place of normal header guards. We only ever need to compile for one architecture, with the same compiler each time, so using non-standard features is not an issue for us.

File names

Use .cpp for C++ body files, and .hpp for C++ header files.

Thanks To

Here are the people and codebases that helped us along the way:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published