WurthElektronik / WirelessConnectivity-SDK_STM32

Software development kit for Würth Elektronik eiSos wireless connectivity products (implementation for STM32 microcontrollers).
Other
9 stars 7 forks source link

WE_Pin_t contains a STM pin definition #2

Closed oedze closed 8 months ago

oedze commented 1 year ago

The file WCON_SDK/WCON_Drivers/global/global_types.h contains the WE_Pin_t struct which contains a the GPIO_TypDef type. This is a STM specific type and it won't work on other platforms. I need to use this library in combination with a esp32 and this won't compile right now.

mah-eiSmart commented 1 year ago

Thank you @oedze,this will be considered in one of the next updates.

wm-eisos commented 8 months ago

Hey

This has been fixed in the latest version v2.0.0 (7faf9c8aaaa09c94a8b786f1ca0002861eedea74)

Best Regards Wajdi