Closed AeroStun closed 4 years ago
[[[ For possible post-merge readers ]]]
Arduino global variables are trampoline'd across the DLL boundary because I could not get the MSVC linker to produce an import library that contains the exported data symbol, even though it was marked __declspec(dllexport)
.
If somehow you know how to do that, please remove the trampolines, fix the symbol, and PR this project
Closes #83