I'm trying to control my Raspberry Pi Sense Hat with C code. Why ? Because I want to learn this language, and it's a fun project. But I don't find any C library. There is RTIMULib but it's a C++ library. I guess I can use g++ to compile my C program using RTIMULib but it's seems to not work with some C libraries like stdatomic.
Do you have a way to use this library in C ?
Link to the RTIMULib library : https://github.com/RPi-Distro/RTIMULib