arduino-simple-tts
All Classes Functions Variables Pages
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
simple_tts::Number Class Reference

Convert numbers to string and provide integer and decimals. More...

#include <SimpleTTSBase.h>

Public Member Functions

void set (double value, int digits=2)
 
void set (int64_t wholeNumber)
 
const char * intValue ()
 provides the full number
 
const char * decValues ()
 provides the decimals after the .
 
const char * decAsInt (const char *decimals, int digits)
 

Protected Attributes

char buffer [buffer_len]
 
char * dot =buffer
 

Static Protected Attributes

static const int buffer_len = 100
 

Detailed Description

Convert numbers to string and provide integer and decimals.

Author
Phil Schatzmann

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