File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * sx126x_ds.h
1
+ /*!
2
+ * \file sx126x.h
3
+ *
4
+ * \brief SX126x driver implementation
5
+ *
6
+ * \copyright Revised BSD License, see section \ref LICENSE.
7
+ *
8
+ * \code
9
+ * ______ _
10
+ * / _____) _ | |
11
+ * ( (____ _____ ____ _| |_ _____ ____| |__
12
+ * \____ \| ___ | (_ _) ___ |/ ___) _ \
13
+ * _____) ) ____| | | || |_| ____( (___| | | |
14
+ * (______/|_____)_|_|_| \__)_____)\____)_| |_|
15
+ * (C)2013-2017 Semtech
16
+ *
17
+ * \endcode
18
+ *
19
+ * \author Miguel Luis ( Semtech )
20
+ *
21
+ * \author Gregory Cristian ( Semtech )
22
+ *
23
+ * Copyright (c) 2019, Arm Limited and affiliates.
3
24
*
4
- * Created on: Feb 20, 2019
5
- * Author: hasnain
25
+ * SPDX-License-Identifier: BSD-3-Clause
6
26
*/
7
27
8
28
#ifndef MBED_LORA_RADIO_DRV_SX126X_SX126X_DS_H_
You can’t perform that action at this time.
0 commit comments