SummerFalls / STM32F103RCTx-TLE5012B-Magnetic-Angle-Sensor

:kiwi_fruit: TLE5012B-Magnetic-Angle-Sensor For STM32F103RCTx
19 stars 11 forks source link

License #1

Open dzid26 opened 2 years ago

dzid26 commented 2 years ago

Can DTek_TLE5012B.c be reused in another open source software?

I see Infineon changed the license to MIT now.

Thanks

SummerFalls commented 2 years ago

some code in DTek_TLE5012B.c is from Tle5012b_4wire.cpp [Commit hash: 5249d6293d2a88779bb38e815aec26316db00599], but the original source code is written in C++, so I transplant it to C and there are some differences with the original source code.

In addition, I found that the Tle5012b_4wire.cpp file is no longer exists in latest version of the Infineon code repo, some functions such as getAngleSpeed has been moved to https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor/blob/dd039b002a0e24de9e909139906bec65ab2e7e80/src/corelib/TLE5012b.cpp#L479

So, I don't know whether the DTek_TLE5012B.c can be reused in another open source software, maybe you need to ask Infineon's staff