Skip to content

Using UART/serial communications for inter-device communications

Notifications You must be signed in to change notification settings

UND-ARC/UARTComm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UARTComm

Universal Asynchronous Receiver/Transmitter (UART) based communications.

This repository is home to the code responsible for inter-device communications on the rocket.

Repo Structure

root directory
+- .github
| +- ISSUE_TEMPLATE
| | +- bug.md
| | CODE_OF_CONDUCT.md
| | contributing.md
| | PULL_REQUEST_TEMPLATE.md
| | README.md
+- docs
| | index.md
+- src
| +- arduino
| +- rpi
| +- wiring
| LICENSE
| .gitignore

Under the src directory is the code that goes on-device, organized by device. For example, the code for a Raspberry Pi is under the folder src/rpi and the code for Arduinos is under src/arduino. The wiring folder contains KiCAD files for wiring devices together in minimal working example (MWE) form.

About

Using UART/serial communications for inter-device communications

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published