CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
firmware
Core
Inc
compression
heatshrink_helpers.h
Go to the documentation of this file.
1
#ifndef INCLUDE_GUARD__HEATSHRINK_HELPERS_H
2
#define INCLUDE_GUARD__HEATSHRINK_HELPERS_H
3
4
#include <stdint.h>
5
#include "
littlefs/lfs.h
"
6
7
int8_t
LFS_compress_lfs_file_with_heatshrink
(
8
lfs_t
*
lfs
,
9
const
char
*input_path,
10
const
char
*output_path,
11
uint8_t window_sz2,
12
uint8_t lookahead_sz2
13
);
14
15
#endif
// INCLUDE_GUARD__HEATSHRINK_HELPERS_H
lfs.h
lfs_t
struct lfs lfs_t
LFS_compress_lfs_file_with_heatshrink
int8_t LFS_compress_lfs_file_with_heatshrink(lfs_t *lfs, const char *input_path, const char *output_path, uint8_t window_sz2, uint8_t lookahead_sz2)
Compress a file with Heatshrink, similar to the CLI.
Definition
heatshrink_helpers.c:17
lfs
Definition
lfs.h:435
Generated by
1.16.1