modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
748 stars 132 forks source link

[xpcc] Separate the rx handling part of the update fct of the dispatcher #970

Closed se-bi closed 1 year ago

se-bi commented 1 year ago

Call that separated function instead and have it available as a public function as well.

Then it is possible to use the XPCC dispatcher and postman, and combine e.g. the zeromq gateway example with that.

salkinium commented 1 year ago

Could you rebase (after #843 is merged), I forgot to merge this before the previous PR 🤦

se-bi commented 1 year ago

Could you rebase (after #843 is merged), I forgot to merge this before the previous PR :facepalm:

Sure, done.