Skip to content

Instantly share code, notes, and snippets.

@gantrim
Created March 26, 2019 21:54
Show Gist options
  • Save gantrim/8500f9316be8fb087bc92ae0f3cf3e3c to your computer and use it in GitHub Desktop.
Save gantrim/8500f9316be8fb087bc92ae0f3cf3e3c to your computer and use it in GitHub Desktop.
Server Room Temp Monitor - Variables
Particle.variable("serverTemp", &serverTemp, DOUBLE);
Particle.variable("serverHumidity", &serverHumidity, DOUBLE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment