Search found 1 match

by hafiz.iot
Mon Jan 14, 2019 10:31 am
Forum: ESP32 Arduino
Topic: Flow Switch to ESP-32S
Replies: 1
Views: 4116

Flow Switch to ESP-32S

Help me to code my flow switch (YF-S201), i tried this code works on arduino mega 2560, but why not worked here? this is my code found in internet volatile int flow_frequency; // Measures flow sensor pulses unsigned int l_hour; // Calculated litres/hour unsigned char flowsensor = 23; // Sensor Input...