arduino-simple-tts
All Classes Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
simple_tts::SimpleTime Struct Reference

Just a simple structure with the hour and minutes. More...

#include <SimpleTTSBase.h>

Public Member Functions

 SimpleTime (int hour, int minutes)
 
bool operator== (const SimpleTime &alt)
 
bool operator!= (const SimpleTime &alt)
 

Public Attributes

int hour = 0
 
int minute = 0
 

Detailed Description

Just a simple structure with the hour and minutes.

Author
Phil Schatzmann

The documentation for this struct was generated from the following file: