When Stockholm-based construction company Schaktmiljö needed complex calculations for its complex projects, it turned to Volue’s Gemini Terrain construction software. Here’s why.

// Start the RainMaker service RMaker.start();
// Create a power parameter (on/off) RMakerParameter *powerParam = RMaker.addParameter("Power", "bool", NULL, NULL, NULL); powerParam->addRange("bool", "false", "true"); rmaker.h library download zip
Serial.println("Device ready. Use ESP RainMaker app to control."); // Start the RainMaker service RMaker