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

[feature] DW1000 Driver, 802.15.4 Frame & Ranging #361

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/xpcc/communication.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
//#include "communication/amnb.hpp"
#include "communication/sab.hpp"
#include "communication/sab2.hpp"
#include "communication/Frame802154.hpp"
21 changes: 21 additions & 0 deletions src/xpcc/communication/Frame802154.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// coding: utf-8
/* Copyright (c) 2009, Roboterclub Aachen e.V.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope.

* All Rights Reserved.
*
* The file is part of the xpcc library and is released under the 3-clause BSD
* license. See the file `LICENSE` for the full license governing this code.
*/
// ----------------------------------------------------------------------------

/**
* @ingroup communication
* @defgroup 802154Frame IEEE 802.15.4 Frame
*
*
*
*
* @author Marten Junga
*/


#include "Frame802154/Frame802154.hpp"
Loading