9 years, 2 months ago.

FPointer - Pass pointer to struct as callback parameter

Hi, I am trying to create a callback which can take a single argument of type *struct but I believe the current FPointer implementation allows for only uint32_t. I just started dabbling with C++ so would much appreciate a few pointers.

Thanks

1 Answer

9 years, 2 months ago.

Give this a try. https://developer.mbed.org/users/sam_grove/code/FP/