Skip to content

Código para o microcontrolador do CanSat. / Code for the CanSat's microcontroller.

License

Notifications You must be signed in to change notification settings

orbisat-oeiras/cansat-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CanSat Code

This repo contains all the code related to the CanSat itself, as well as documents related to circuit design.

Development notes

The Arduino Extension is required for editing this project with VSCode. After installing the extension, a C++ IntelliSense config file has to be generated. To do so, press Ctrl+Alt+I (or Cmd+Alt+I on Mac), or execute Arduino: Rebuild IntelliSense Configuration from the command pallete. Even though /lib is added as an extra include directory in the config of the Arduino extension, the autogen fails to recognize it, so it must be added manually. Open .vscode/c_cpp_properties.json and add "${workspaceFolder}\\**" to the end of the includePath list.

Data format

Radio messages are formatted as [timestamp]:[pressure]:[temperature];

About

Código para o microcontrolador do CanSat. / Code for the CanSat's microcontroller.

Resources

License

Stars

Watchers

Forks

Packages

No packages published