Disclaimer: This guide is for informational purposes. Always consult the official JUQ405 user manual specific to your revision (check label – Rev A vs Rev C have different pinouts). The author is not liable for damage due to improper electrical work.
Generate the configure script:
Configure the build. For a standard server installation, use: juq405 install
#include <JUQ405.h> JUQ405 mySensor; void setup() Serial1.begin(115200); mySensor.begin(&Serial1); Disclaimer: This guide is for informational purposes