Arduino Core for STM32  1.0
Inc Directory Reference

Files

file  ftoa.h [code]
 Library that contain function, that can convert floating point number to array.
 
file  Print.h [code]
 This file contains class with methods, that are used for to print formatted output.
 
file  Printable.h [code]
 The Printable class provides a way for new classes to allow themselves to be printed. By deriving from Printable and implementing the printTo method, it will then be possible for users to print out instances of this class by passing them into the usual Print::print and Print::println methods.
 
file  Stream.h [code]
 Base class for character-based streams.
 
file  WString.h [code]