#include <Wire.h>
#include <LiquidCrystal_I2C.h>
//int amostras = 13;
LiquidCrystal_I2C lcd(0x27, 16, 2);
void setup() {
lcd.init();
//lcd.backlight();
//int tempo[NUM_SAMPLES] = {60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780};
//float vazao[NUM_SAMPLES] = {0.30, 0.28, 0.34, 0.42, 0.49, 0.53, 0.55, 0.48, 0.36, 0.22, 0.28, 0.35, 0.46};
}
void loop() {
}