SpiffsParticleRK
Data Structures | Macros | Variables
spark_wiring_print.h File Reference

Header for spark_wiring_print.c module. More...

#include <stddef.h>
#include <string.h>
#include <stdint.h>
#include "spark_wiring_string.h"
#include "spark_wiring_printable.h"

Go to the source code of this file.

Data Structures

class  Print
 Class for printing to a stream or file. More...
 

Variables

const unsigned char DEC = 10
 
const unsigned char HEX = 16
 
const unsigned char OCT = 8
 
const unsigned char BIN = 2
 

Detailed Description

Header for spark_wiring_print.c module.

Author
Mohit Bhoite
Version
V1.0.0
Date
13-March-2013 Copyright (c) 2013-2015 Particle Industries, Inc. All rights reserved. Copyright (c) 2010 David A. Mellis. All right reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, see http://www.gnu.org/licenses/.