Skip to content

Donalf/cansat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CanSat Code

This is where the code for the arduino on the CanSat itself goes. A user should be able to clone this repo, open MasterCan.ino and compile the porgram without any tinkering.

Coding guidelines

Wherever possible try and split each feature into separate files and functions, that will then be called by MasterCan.ino. This allows us to keep stuff neat and stops us from ending up with a large unruly program.

KEEP CODE READABLE: We should all be able to understand what is going on without contacting you. That means comment your code, and use logical variable names.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%