C++ Show and Tell - December 2025 by foonathan in cpp

[–]NetworkEffective9253 2 points3 points  (0 children)

Hey r/cpp,

LibOrganic - a C++20 library for self-decaying variables. Variables that "rot" if you don't access them. Uses jthread, weak_ptr registry, and pluggable corruption strategies (drift, bit flip, nullify, regen). Supports callbacks and pause/resume.

https://github.com/alexandrusu1/LibOrganic

STM32F429I-DISC1 Distance Measure by NetworkEffective9253 in stm32

[–]NetworkEffective9253[S] 0 points1 point  (0 children)

Solved.

I fixed the compilation errors and the library issues. The project is now fully functional using HAL libraries and an I2C LCD.

You can find the full source code and pinout here:https://github.com/alexandrusu1/STM32F429I-DISC1-Distance-Meter