I'm not a programmer, but I tried four vibe coding tools to see if I could build anything at all on my own. Here's what I did and did not accomplish.
The library is available in both the Arduino Library and PlatformIO Library registries. The library can also be cloned & included locally or included directly from GitHub (if your tooling supports it) ...
//Include the library #include <MQUnifiedsensor.h> /*****Hardware Related Macros*****/ #define Board ("Arduino UNO") #define Pin (A4) //Analog input 4 of your arduino ...