Skip to content
This repository was archived by the owner on Jan 7, 2019. It is now read-only.

Commit 9262656

Browse files
Marten Jungarleh
authored andcommitted
[communication] add Frame802154
1 parent f94ae76 commit 9262656

6 files changed

Lines changed: 1256 additions & 0 deletions

File tree

src/xpcc/communication.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
//#include "communication/amnb.hpp"
1919
#include "communication/sab.hpp"
2020
#include "communication/sab2.hpp"
21+
#include "communication/Frame802154.hpp"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// coding: utf-8
2+
/* Copyright (c) 2009, Roboterclub Aachen e.V.
3+
* All Rights Reserved.
4+
*
5+
* The file is part of the xpcc library and is released under the 3-clause BSD
6+
* license. See the file `LICENSE` for the full license governing this code.
7+
*/
8+
// ----------------------------------------------------------------------------
9+
10+
/**
11+
* @ingroup communication
12+
* @defgroup 802154Frame IEEE 802.15.4 Frame
13+
*
14+
*
15+
*
16+
*
17+
* @author Marten Junga
18+
*/
19+
20+
21+
#include "Frame802154/Frame802154.hpp"

0 commit comments

Comments
 (0)