You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/cubesatsim/pico-get-jpeg-serial/pico-get-jpeg-serial.h

23 lines
467 B

#include <LittleFS.h>
#include <FastCRC.h>
bool finished = false;
//char buffer[100001];
int index1 = 0;
char start_flag[] = "3d99de816e5ad7742b61a37c39141783";
char end_flag[] = "f681a5c52351befe0e3524eb1a40f14b7803317a";
int flag_count = 0;
int start_flag_detected = false;
int start_flag_complete = false;
int end_flag_detected = false;
int jpeg_start = 0;
FastCRC8 CRC8;
//#define DEBUG
//#define PICOW true
int led_pin = LED_BUILTIN;
void get_image_file();

Powered by TurnKey Linux.