TeensyNanoExoCode
Loading...
Searching...
No Matches
ble_handlers Namespace Reference

Holds the functions that should be called when a command is received. All command handlers should have static linkage, return void, and accept a pointer to ExoData. ie "inline static void my_handler(ExoData* data, BleMessage* msg)". More...

Detailed Description

Holds the functions that should be called when a command is received. All command handlers should have static linkage, return void, and accept a pointer to ExoData. ie "inline static void my_handler(ExoData* data, BleMessage* msg)".