Adafruit IO Arduino Library
Functions
AdafruitIO_Data.cpp File Reference
#include "AdafruitIO_Data.h"
#include "AdafruitIO_Feed.h"

Functions

char ** parse_csv (const char *line)
 Extracts a NULL-terminated array of strings, one for every cell in the row. More...
 

Detailed Description

Adafruit invests time and resources providing this open source code. Please support Adafruit and open source hardware by purchasing products from Adafruit!

Copyright (c) 2015-2016 Adafruit Industries Authors: Tony DiCola, Todd Treece Licensed under the MIT license.

All text above must be included in any redistribution.

Function Documentation

◆ parse_csv()

char** parse_csv ( const char *  line)

Extracts a NULL-terminated array of strings, one for every cell in the row.

Parameters
lineString containing linebreaks or no linebreaks, escaped by "double quotes".
Returns
CSV buffer, buf, NULL otherwise.