leech001 / MPU6050

STM32 HAL library for GY-521 (MPU6050) with Kalman filter
GNU General Public License v3.0
338 stars 82 forks source link

Add C++ Compatibility #10

Open crispycookies opened 2 years ago

crispycookies commented 2 years ago

Hi! First off: Very nice work. Saved me a lot of time! :)

Anyways, sadly this library is missing the extern "C" "idiom" required when using this library in a C++-Environment.