CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
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
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
struct lfs lfs_t
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
Definition lfs.h:435