1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
25
26
27
28
29
30
35
/* ... */
#ifndef __ENCODE_H
#define __ENCODE_H
#include "main.h"
Includes
void jpeg_encode(FIL *file, FIL *file1, uint32_t width, uint32_t height, uint32_t image_quality, uint8_t * buff);
Private functions
/* ... */#endif