ASPEP -> add own commands / endpoints?
Hello there
-
Is there a way to add own commands/requests to the ASPEP protocol like retrieving own custom introduced values?
I´m running the B-G431B-ESC1 board and adapted the esc.c file to my needs and it now holds a value I´d like to be able to retrieve.
As far as I understand from looking at the code, callbacks are registered through
uint8_t MCP_RegisterCallBack (uint8_t callBackID, MCP_user_cb_t fctCB)
defined in mcp.h / implemented in mcp.c
-
Searching the project for this text I didn´d find locations where it is called / callbacks registered.
- br, Justus
