Skip to content

Demonstrate how to use together C++ C and pre-compiled object (VL53L0x distance sensor)

Notifications You must be signed in to change notification settings

czagaadam/STM32_MIX_CPP_C

Repository files navigation

STM32_MIX_CPP_C

🌟 About the Project

This a demonstration of how to use and compile together C++ C codes and a pre-compiled objects.

The C++ part is my GPIObase class.

https://github.com/czagaadam/STM32_GPIO

C part is the components code generated by CubeMX(usart,i2c etc.)

Pre-compiled object is a library for VL53L0x distance sensor.

361925886-b7b306ba-a284-4b91-bb14-45fb7144f6af

VL53L0x

VL53L0x library is written in C. The core library is the property of STM, I made some smaller modifications and the higher abstraction layer is created by me.

Library: https://github.com/czagaadam/STM32CPP/tree/main/CLib/vl53l0x

About

Demonstrate how to use together C++ C and pre-compiled object (VL53L0x distance sensor)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published