|
CTS-SAT-1-OBC-Firmware
|
#include <stdint.h>

Go to the source code of this file.
Functions | |
| uint8_t | CAM_change_baudrate (uint32_t bitrate) |
| Changes the baudrate of the camera by sending it a UART command, and then changing the baudrate of the camera UART port. | |
| uint8_t | CAM_setup () |
| Set up the camera by powering on and changing the baudrate to 230400. | |
| uint8_t | CAM_test () |
| Send the 't' test command to the camera, and check if the response is valid. | |
| uint8_t CAM_change_baudrate | ( | uint32_t | new_baud_rate | ) |
Changes the baudrate of the camera by sending it a UART command, and then changing the baudrate of the camera UART port.
| new_baud_rate | The new baud rate to set the camera to. Ranges from 1200 to 921600. |


| uint8_t CAM_setup | ( | ) |
Set up the camera by powering on and changing the baudrate to 230400.


| uint8_t CAM_test | ( | ) |
Send the 't' test command to the camera, and check if the response is valid.

