protegemed, aquisição via A/D simples utilizando interrupção do timer

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed

Fork of ptgm_semDMA by Marcelo Rebonatto

Functions/Split.h

Committer:
viniciushl
Date:
2016-01-13
Revision:
1:8129536051df
Parent:
0:fac116e94d44

File content as of revision 1:8129536051df:

/*
 * Split.h
 *
 *  Created on: 12/04/2012
 *      Author: francisco
 */

#ifndef SPLIT_H_
#define SPLIT_H_

#include <stdio.h>
#include <string.h>
#include <stdlib.h>

#ifdef __cplusplus
extern "C" {
#endif

extern int split(char* str,char* delim,char*** ret );

#ifdef __cplusplus
};
#endif

#endif /* SPLIT_H_ */