SYSTEM_MODE(SEMI_AUTOMATIC)
SerialLogHandler logHandler(LOG_LEVEL_INFO, { {"app.pubq", LOG_LEVEL_ERROR}, {"app.seqfile", LOG_LEVEL_ERROR}, {"comm.dtls", LOG_LEVEL_ERROR}, {"comm", LOG_LEVEL_ERROR}, {"hal", LOG_LEVEL_ERROR}, {"comm.protocol", LOG_LEVEL_ERROR}, {"ncp.rltk.client", LOG_LEVEL_ERROR}, {"app.device", LOG_LEVEL_ERROR}, {"system", LOG_LEVEL_ERROR}, {"net.ifapi", LOG_LEVEL_ERROR}, {"app.system.reset", LOG_LEVEL_ERROR}, {"app.ab1805", LOG_LEVEL_ERROR}})
STARTUP(System.enableFeature(FEATURE_RESET_INFO))
This file initilizes the Particle functions and variables needed for control from the console / API c...
This class is a singleton; you do not create one as a global, on the stack, or with new.
virtual ~Particle_Functions()
The destructor is protected because the class is a singleton and cannot be deleted.
static Particle_Functions * _instance
Singleton instance of this class.
void setup()
Perform setup operations; call this from global application setup().
Particle_Functions()
The constructor is protected because the class is a singleton.
static Particle_Functions & instance()
Gets the singleton instance of this class, allocating it if necessary.