Wirepas SDK
waps_comm.h
Go to the documentation of this file.
1
/* Copyright 2017 Wirepas Ltd. All Rights Reserved.
2
*
3
* See file LICENSE.txt for full license details.
4
*
5
*/
6
7
#ifndef WAPS_COMM_H_
8
#define WAPS_COMM_H_
9
10
#include <stdbool.h>
11
#include <stdint.h>
12
14
typedef
bool(*
new_frame_cb_f
)(
void
*, uint32_t);
15
16
#include "
uart/waps_uart.h
"
17
18
#endif
/* WAPS_COMM_H_ */
new_frame_cb_f
bool(* new_frame_cb_f)(void *, uint32_t)
Definition:
waps_comm.h:14
waps_uart.h