stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 42 forks source link

Added functionality to pass custom parameter to HardwareTimer callback #43

Closed ABOSTM closed 4 years ago

ABOSTM commented 4 years ago

Added functionality to pass custom parameter to HardwareTimer callback

Change prototype of callback function. See https://github.com/stm32duino/Arduino_Core_STM32/pull/892