This project provides a graphical user interface (GUI) tool built with Python and Tkinter to parse the memory layout of a C++ struct. It has been refactored to follow the Model-View-Presenter (MVP) ...
struct_cpp is a C++20, header-only, constexpr clone of Python's struct module, a fork of [karkason/cppystruct](https://github.com/karkason/cppystruct) ...
I found the datasheet for the sensor which describes the data structure, but I also don't know what the "high" and "low" parts mean (see page 13). My Node.js code for reading the bytes from the sensor ...