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

Go to the source code of this file.
Macros | |
| #define | CAM_SENTENCE_LEN 67 |
| #define | CAM_SENTENCES_PER_HALF_CALLBACK 250 |
| #define | CAM_BYTES_TO_RECEIVE_PER_HALF_CALLBACK ((CAM_SENTENCE_LEN) * (CAM_SENTENCES_PER_HALF_CALLBACK)) |
Typedefs | |
| typedef enum CAM_capture_status_enum | CAM_capture_status_enum |
Functions | |
| void | CAM_repeated_error_log_message () |
| CAM_capture_status_enum | CAM_capture_image (char filename_str[], char lighting_mode) |
| Capture an image, writing to a file in LFS. | |
| #define CAM_BYTES_TO_RECEIVE_PER_HALF_CALLBACK ((CAM_SENTENCE_LEN) * (CAM_SENTENCES_PER_HALF_CALLBACK)) |
| #define CAM_SENTENCE_LEN 67 |
| #define CAM_SENTENCES_PER_HALF_CALLBACK 250 |
| typedef enum CAM_capture_status_enum CAM_capture_status_enum |
| CAM_capture_status_enum CAM_capture_image | ( | char | filename_str[], |
| char | lighting_mode ) |
Capture an image, writing to a file in LFS.
| filename_str | The name of the file to write to. |
| lighting_mode | Should be a lower-case char d - daylight ambient light m - medium ambient light n - night ambient light s - solar sail contrast and light |


| void CAM_repeated_error_log_message | ( | ) |

