Adafruit IO Arduino Library
Classes | Typedefs
AdafruitIO_Time.h File Reference
#include "AdafruitIO_Definitions.h"
#include "AdafruitIO_MQTT.h"
#include "Adafruit_MQTT.h"
#include "Arduino.h"

Go to the source code of this file.

Classes

class  AdafruitIO_Time
 Class that contains functions for interacting with the Adafruit IO Time Service. More...
 

Typedefs

typedef void(* AdafruitIOTimeCallbackType) (char *value, uint16_t len)
 

Detailed Description

This is part of the Adafruit IO library for the Arduino platform.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Tony DiCola, Todd Treece for Adafruit Industries

MIT license, all text here must be included in any redistribution.

Typedef Documentation

◆ AdafruitIOTimeCallbackType

typedef void(* AdafruitIOTimeCallbackType) (char *value, uint16_t len)

an instance of Adafruit IO's time callback.