Base Packages - UWCubeSat/DubSat1 GitHub Wiki
DubSat1 Base Packages
This is code that is not subsystem specific, but serves to support functions that may be useful for each subsystem.
Contents:
bsp
Main board support packages
bsp
This is the main board support package. It stops the watchdog timer, sets the clock, unlocks GPIO Pins (PM5)
core
This directory contains core packages including
debugtools
I don't know what this does.
i2c
This is the library for i2c.
uart
This is the library for UART.
utils
I don't know what this does.
spi
This is the library for SPI.
CAN
This is the library for CAN.