COSA
An Object-Oriented Platform for Arduino Programming
IOStream_dtoa.cpp File Reference
#include "Cosa/IOStream.hh"
#include <avr/pgmspace.h>
Include dependency graph for IOStream_dtoa.cpp:

Go to the source code of this file.

Variables

static const unsigned long digits8[] __PROGMEM
 

Detailed Description

Version
1.0

License

Copyright (C) 2011, Dmitry E. Oboukhov Copyright (C) 2015, Mikael Patel (C++ port and bin/hex optimization).

A high performance implementation of standard C functions for conversion from signed and unsigned numbers to character string.

References

  1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627899

Definition in file IOStream_dtoa.cpp.

Variable Documentation

const char letters [] __PROGMEM
static
Initial value:
= {
1073741824,
134217728,
16777216,
2097152,
262144,
32768,
4096,
512,
64,
8,
1,
}

Definition at line 21 of file IOStream_dtoa.cpp.