Justina (short for 'Just an Interpreter for Arduino') was developed and built around a few objectives. On top of the list: simplicity for the user. Justina is a structured language, but it’s ...
//Include the library #include <MQUnifiedsensor.h> /*****Hardware Related Macros*****/ #define Board ("Arduino UNO") #define Pin (A4) //Analog input 4 of your arduino ...