Swadge ESP32-S2  2.0.0
APIs to develop for the Magfest Swadge
Loading...
Searching...
No Matches
bin_processor.c File Reference

Functions

bool process_bin (processorInput_t *in)

Variables

const assetProcessor_t binProcessor = {.name = "bin", .inFmt = FMT_DATA, .outFmt = FMT_DATA, .type = FUNCTION, .function = process_bin}
 The bin processor copies the input file directly to the output file with no compression or modification.

Function Documentation

◆ process_bin()

bool process_bin ( processorInput_t * in)

Variable Documentation

◆ binProcessor

const assetProcessor_t binProcessor = {.name = "bin", .inFmt = FMT_DATA, .outFmt = FMT_DATA, .type = FUNCTION, .function = process_bin}

The bin processor copies the input file directly to the output file with no compression or modification.