There are modules in the code:
SSD1306,
ADS1X15,
HMC5883 , MPU6050,
but I can't find my configuration and pin connections, unless the code is incomplete
The modules you referenced all use I2C for communication. The I2C pins are defined in include/deviceconfig.h.
I can section in the readme for connection with a diagram
There are modules in the code: SSD1306, ADS1X15, HMC5883 , MPU6050, but I can't find my configuration and pin connections, unless the code is incomplete