#ifndef CLOUD_H #define CLOUD_H void setupCloud(); void loopCloud(); bool pullData(); #endif