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

Functions

bool process_cfun (processorInput_t *arg)

Variables

const assetProcessor_t cfunProcessor = {.name = "cfun", .type = FUNCTION, .function = process_cfun, .inFmt = FMT_FILENAME, .outFmt = FMT_FILENAME}
 This compiles cfun files to target the on-board ch32v003.

Function Documentation

◆ process_cfun()

bool process_cfun ( processorInput_t * arg)

Variable Documentation

◆ cfunProcessor

const assetProcessor_t cfunProcessor = {.name = "cfun", .type = FUNCTION, .function = process_cfun, .inFmt = FMT_FILENAME, .outFmt = FMT_FILENAME}

This compiles cfun files to target the on-board ch32v003.