mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-03 00:59:02 +08:00
eaef5bd133
This reverts commit 1a17e17c462bdd4e1d26d8742f8b7087273e04c2. PUBLISHED_FROM=80028de308c9a021955d1425d2bfee8feb85f193
16 lines
394 B
C
16 lines
394 B
C
/*
|
|
* Copyright (c) 2014-2016 Cesanta Software Limited
|
|
* All rights reserved
|
|
*/
|
|
|
|
#ifndef CS_MONGOOSE_EXAMPLES_CC3200_DATA_H_
|
|
#define CS_MONGOOSE_EXAMPLES_CC3200_DATA_H_
|
|
|
|
#include "mongoose.h"
|
|
|
|
void data_collect(void);
|
|
void data_init_sensors(int tmp006_addr, int bm222_addr);
|
|
void data_conn_handler(struct mg_connection *nc, int ev, void *p);
|
|
|
|
#endif /* CS_MONGOOSE_EXAMPLES_CC3200_DATA_H_ */
|