Home › Forums › Mayfly Data Logger › How to get a 5V signal out based on a sensor reading › Reply To: How to get a 5V signal out based on a sensor reading
2021-06-10 at 12:27 PM
#15605
Check out this repo: https://github.com/EnviroDIY/Trigger
This example sketch shows how it would be used in combination with the ModularSensors library: https://github.com/EnviroDIY/Trigger/blob/master/examples/simple_logging/simple_logging.ino
It’s old, so some components are probably outdated, but it’s generally what you’re looking for.