Demo HCI Implementation for WiMOD-LR Devices  V2.0.3
SerialBuffer.h File Reference
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for SerialBuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SerialBuffer
 

Macros

#define SERIAL_BUFFER_SIZE   32
 
#define SERIAL_BUFFER_MASK   ( SERIAL_BUFFER_SIZE - 1 )