Replies: 1 comment 1 reply
|
HI @rsc9421, Secondly, an alternative is to use a single parameter, which is a pointeur, and it can be a pointer to a data structure, containing all the data you wanted. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, i was trying this example:
https://github.com/stm32duino/STM32Examples/blob/main/examples/Peripherals/HardwareTimer/Timebase_callback_with_parameter/Timebase_callback_with_parameter.ino
but I can't give 2 arguments to the function instead of one, so I decided to use global variables but doesn't work
how can I fix it?
All reactions