Macros for identifying exported functions.
#define METAWEAR_API
Indicates the function should be exported to the symbol table
Definition: dllmarker.h:27
METAWEAR_API void mbl_mw_macro_execute(MblMwMetaWearBoard *board, uint8_t id)
Execute the commands corresponding to the macro ID.
METAWEAR_API void mbl_mw_macro_end_record(MblMwMetaWearBoard *board, void *context, MblMwFnBoardPtrInt commands_recorded)
Ends macro recording.
METAWEAR_API void mbl_mw_macro_erase_all(MblMwMetaWearBoard *board)
Remove all macros on the flash memory.
METAWEAR_API void mbl_mw_macro_record(MblMwMetaWearBoard *board, uint8_t exec_on_boot)
Begin macro recording.