herald  2.0.0
ble_transmitter.h
1 // Copyright 2020-2021 Herald Project Contributors
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 #ifndef HERALD_BLE_TRANSMITTER_H
6 #define HERALD_BLE_TRANSMITTER_H
7 
8 #include "../sensor.h"
9 
10 namespace herald {
11 namespace ble {
12 
13 } // end namespace
14 } // end namespace
15 
16 #endif
Acts as a non-global memory arena for arbitrary classes.
Definition: aggregates.h:15