repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
RIOT
RIOT-master/drivers/at24cxxx/at24cxxx.c
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_at24cxxx * @{ * * @file * @brief Devic...
9,912
23.598015
82
c
RIOT
RIOT-master/drivers/at24cxxx/include/at24cxxx_params.h
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_at24cxxx * @{ * * @file * @brief Defau...
2,291
21.038462
72
h
RIOT
RIOT-master/drivers/at24cxxx/include/at24cxxx_defines.h
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_at24cxxx * @{ * * @file * @brief Const...
10,287
25.447301
77
h
RIOT
RIOT-master/drivers/servo/pwm.c
/* * Copyright (C) 2014 Freie Universität Berlin * Copyright (C) 2015 Eistec AB * Copyright (C) 2022 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. *...
3,239
31.079208
80
c
RIOT
RIOT-master/drivers/servo/timer.c
/* * Copyright (C) 2022 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @ingroup drivers_servo_timer * @{ * * @file * @brief Se...
5,015
30.15528
80
c
RIOT
RIOT-master/drivers/sgp30/sgp30.c
/* * Copyright (C) 2021 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_sgp30 * @{ * * @file * @brief Device driver implementation for the senso...
10,336
27.874302
93
c
RIOT
RIOT-master/drivers/ads101x/ads101x_saul.c
/* * Copyright (C) 2017 OTA keys S.A. * 2018 Acutam Automation, LLC * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ads101x * @{ * * @file * ...
1,672
22.236111
76
c
RIOT
RIOT-master/drivers/ads101x/ads101x.c
/* * Copyright (C) 2017 OTA keys S.A. * 2018 Acutam Automation, LLC * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ads101x * @{ * * @file * ...
5,410
23.707763
79
c
RIOT
RIOT-master/drivers/ads101x/include/ads101x_regs.h
/* * Copyright (C) 2017 OTA keys S.A. * 2018 Acutam Automation, LLC * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ads101x * @{ * * @file * ...
3,236
28.697248
69
h
RIOT
RIOT-master/drivers/ads101x/include/ads101x_params.h
/* * Copyright (C) 2017 OTA keys S.A. * 2018 Acutam Automation, LLC * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ads101x * @{ * * @file * ...
2,687
24.6
81
h
RIOT
RIOT-master/drivers/pir/pir.c
/* * Copyright (C) 2014 Freie Universität Berlin * Copyright (C) 2018 UC Berkeley * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_pir * @{ * * @file * @bri...
4,949
25.902174
83
c
RIOT
RIOT-master/drivers/isl29020/isl29020.c
/* * Copyright (C) 2014 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_isl29020 * @{ * * @file * @brief Device driver implem...
2,946
23.558333
75
c
RIOT
RIOT-master/drivers/isl29020/include/isl29020_params.h
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_isl29020 * * @{ * @file * @brief Default configuratio...
1,838
21.9875
74
h
RIOT
RIOT-master/drivers/ili9341/ili9341.c
/* * Copyright (C) 2018 Koen Zandberg * 2023 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ili9341 * @{ * * @file * @brief ...
4,062
26.452703
82
c
RIOT
RIOT-master/drivers/ili9341/include/ili9341_params.h
/* * Copyright (C) 2018 Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ili9341 * * @{ * @file * @brief Default conf...
3,610
25.947761
93
h
RIOT
RIOT-master/drivers/hd44780/hd44780.c
/* * Copyright (C) 2017 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_hd44780 * * @{ * @file * @brief Driver for the HD44780 LCD * * @...
9,208
26.165192
83
c
RIOT
RIOT-master/drivers/hd44780/include/hd44780_internal.h
/* * Copyright (C) 2017 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_hd44780 * * @{ * @file * @brief Internal config and parameters for...
2,545
23.960784
70
h
RIOT
RIOT-master/drivers/hd44780/include/hd44780_params.h
/* * Copyright (C) 2017 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_hd44780 * * @{ * @file * @brief Pinout config for the HD44780 disp...
3,616
31.585586
83
h
RIOT
RIOT-master/drivers/mrf24j40/mrf24j40.c
/* * Copyright (C) 2017 Neo Nenaco <neo@nenaco.de> * Copyright (C) 2017 Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_mrf24...
1,448
22.754098
88
c
RIOT
RIOT-master/drivers/mrf24j40/mrf24j40_internal.c
/* * Copyright (C) 2017 Neo Nenaco <neo@nenaco.de> * Copyright (C) 2017 Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_mrf24...
11,089
36.340067
104
c
RIOT
RIOT-master/drivers/mrf24j40/mrf24j40_getset.c
/* * Copyright (C) 2017 Neo Nenaco <neo@nenaco.de> * Copyright (C) 2016 Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_mrf24...
16,399
37.679245
109
c
RIOT
RIOT-master/drivers/mrf24j40/mrf24j40_radio_hal.c
#include "mrf24j40.h" #include "mrf24j40_params.h" #include "mrf24j40_internal.h" #include "mrf24j40_registers.h" #include "net/ieee802154/radio.h" #define ENABLE_DEBUG 0 #include "debug.h" static const ieee802154_radio_ops_t mrf24j40_ops; void mrf24j40_radio_irq_handler(void *ctx) { ieee802154_dev_t *hal = ctx;...
11,065
29.070652
116
c
RIOT
RIOT-master/drivers/mrf24j40/include/mrf24j40_params.h
/* * Copyright (C) 2017 Neo Nenaco <neo@nenaco.de> * Copyright (C) 2017 Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_mrf24...
1,766
22.878378
74
h
RIOT
RIOT-master/drivers/mrf24j40/include/mrf24j40_internal.h
/* * Copyright (C) 2017 Neo Nenaco <neo@nenaco.de> * Copyright (C) 2017 Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_mrf24j40 ...
4,670
26.97006
114
h
RIOT
RIOT-master/drivers/mrf24j40/include/mrf24j40_registers.h
/* * Copyright (C) 2017 Neo Nenaco <neo@nenaco.de> * Copyright (C) 2017 Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_mrf24j40 ...
16,964
31.750965
105
h
RIOT
RIOT-master/drivers/rgbled/rgbled.c
/* * Copyright (C) 2014 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @ingroup drivers_rgbled * @{ * * @file * @brief High-level driver for ...
1,174
23.479167
87
c
RIOT
RIOT-master/drivers/adcxx1c/adcxx1c.c
/* * Copyright (C) 2017 OTA keys S.A. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_adcxx1c * @{ * * @file * @brief ADCXX1C ADC device driver * * ...
5,313
25.703518
91
c
RIOT
RIOT-master/drivers/adcxx1c/include/adcxx1c_params.h
/* * Copyright (C) 2017 OTA keys S.A. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_adcxx1c * @{ * * @file * @brief Default configuration for ADCXX1...
2,855
22.603306
75
h
RIOT
RIOT-master/drivers/itg320x/itg320x.c
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_itg320x * @brief Device driver for the InvenSense ITG320X 3-axis g...
9,101
25.536443
85
c
RIOT
RIOT-master/drivers/itg320x/itg320x_saul.c
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_itg320x * @brief ITG320X adaption to the RIOT actuator/sensor inte...
1,345
21.433333
70
c
RIOT
RIOT-master/drivers/itg320x/include/itg320x_regs.h
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_itg320x * @brief Register definitions for InvenSense ITG320X 3-axi...
2,641
33.763158
82
h
RIOT
RIOT-master/drivers/itg320x/include/itg320x_params.h
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_itg320x * @brief Default configuration for InvenSense ITG320X 3-ax...
3,033
27.35514
77
h
RIOT
RIOT-master/drivers/lc709203f/lc709203f.c
/* * Copyright (C) 2017 RWTH Aachen, Steffen Robertz, Josua Arndt * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_lc709203f * @{ * * @file * @brief lc...
15,428
31.550633
128
c
RIOT
RIOT-master/drivers/lc709203f/include/lc709203f_params.h
/* * Copyright 2017, RWTH Aachen. All rights reserved. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_lc709203f * @name Default parameters for the SHTC...
1,663
23.835821
80
h
RIOT
RIOT-master/drivers/uart_half_duplex/uart_half_duplex.c
/* * Copyright (C) 2017 Inria * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @ingroup drivers_uart_half_duplex * @{ * * @file * @brief Driver implementation for half-...
2,287
22.833333
132
c
RIOT
RIOT-master/drivers/uart_half_duplex/include/uart_half_duplex.h
/* * Copyright (C) 2017 Inria * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @defgroup drivers_uart_half_duplex half-duplex UART Driver * @ingroup drivers_actuators * * T...
4,622
30.882759
133
h
RIOT
RIOT-master/drivers/vl6180x/vl6180x_saul.c
/* * Copyright (C) 2021 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_vl6180x * @brief VL6180X adaption to the RIOT actuator/sensor inte...
1,527
22.507692
70
c
RIOT
RIOT-master/drivers/vl6180x/include/vl6180x_params.h
/* * Copyright (C) 2021 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_vl6180x * @brief Default configuration for ST VL6180X Ranging and ...
7,905
30.751004
99
h
RIOT
RIOT-master/drivers/vl6180x/include/vl6180x_regs.h
/* * Copyright (C) 2021 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_vl6180x * @brief Register definitions for ST VL6180X Ranging and A...
6,862
43.856209
98
h
RIOT
RIOT-master/drivers/ina3221/alerts.c
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina3221 * @{ * * @file * @brief Functi...
1,464
24.258621
73
c
RIOT
RIOT-master/drivers/ina3221/ina3221_saul.c
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina3221 * @{ * * @file * @brief SAUL a...
4,032
27.202797
86
c
RIOT
RIOT-master/drivers/ina3221/ina3221.c
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina3221 * @{ * * @file * @brief Device...
15,843
27.092199
80
c
RIOT
RIOT-master/drivers/ina3221/include/ina3221_defines.h
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina3221 * @{ * * @file * @brief Intern...
2,518
40.295082
111
h
RIOT
RIOT-master/drivers/ina3221/include/ina3221_internal.h
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina3221 * @{ * * @file * @brief Functi...
3,103
22.164179
74
h
RIOT
RIOT-master/drivers/ina3221/include/ina3221_regs.h
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina3221 * @{ * * @file * @brief Regist...
3,030
50.372881
112
h
RIOT
RIOT-master/drivers/ina3221/include/ina3221_params.h
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina3221 * @{ * * @file * @brief Driver...
5,366
36.013793
123
h
RIOT
RIOT-master/drivers/stmpe811/stmpe811.c
/* * Copyright (C) 2019 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_stmpe811 * @{ * * @file * @brief Device driver implementation for the ST...
10,831
25.164251
93
c
RIOT
RIOT-master/drivers/stmpe811/stmpe811_touch_dev.c
/* * Copyright (C) 2020 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_stmpe811 * @{ * * @file * @brief Driver adaption to touch_dev generic in...
2,287
23.869565
95
c
RIOT
RIOT-master/drivers/stmpe811/include/stmpe811_params.h
/* * Copyright (C) 2019 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_stmpe811 * * @{ * @file * @brief Default configuration for STMPE811 * ...
3,024
24.854701
78
h
RIOT
RIOT-master/drivers/dcf77/dcf77.c
/* * Copyright (C) 2019 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_dcf77 * @{ * * @file * @brief Device driver implementation for the ...
5,518
27.448454
80
c
RIOT
RIOT-master/drivers/dcf77/include/dcf77_internal.h
/* * Copyright (C) 2019 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_dcf77 * @brief * @{ * * @file * @brief Bit definitions for DCF77 transmis...
2,897
37.64
87
h
RIOT
RIOT-master/drivers/gp2y10xx/gp2y10xx.c
/* * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_gp2y10xx * @{ * * @file * @brief GP2Y10xx Compact Optical Dust Senso...
3,562
23.572414
78
c
RIOT
RIOT-master/drivers/gp2y10xx/include/gp2y10xx_params.h
/* * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_gp2y10xx * @{ * * @file * @brief Default configuration for GP2Y10xx ...
2,406
20.300885
77
h
RIOT
RIOT-master/drivers/ina2xx/ina2xx.c
/* * Copyright (C) 2015 Eistec AB * 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina2xx * @{ * ...
5,981
26.315068
94
c
RIOT
RIOT-master/drivers/ina2xx/ina2xx_saul.c
/* * Copyright 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina2xx * @{ * * @file * @brief SAUL adapti...
1,859
20.37931
69
c
RIOT
RIOT-master/drivers/ina2xx/include/ina2xx_params.h
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina2xx * * @{ * @file * @brief Default...
3,707
27.744186
80
h
RIOT
RIOT-master/drivers/ina2xx/include/ina2xx_defines.h
/* * Copyright (C) 2015 Eistec AB * 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ina2xx * @{ * ...
1,856
27.569231
80
h
RIOT
RIOT-master/drivers/tsl2561/tsl2561_saul.c
/* * Copyright (C) 2016 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_tsl2561 * @{ * * @file * @brief SAUL adaption for TSL2561 device * * @...
835
21
69
c
RIOT
RIOT-master/drivers/tsl2561/tsl2561.c
/* * Copyright (C) 2016 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_tsl2561 * @{ * * @file * @brief Device driver implementation for the TSL...
8,072
26.552901
87
c
RIOT
RIOT-master/drivers/tsl2561/include/tsl2561_internals.h
/* * Copyright (C) 2016 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_tsl2561 * @brief Internal addresses, registers, constants for the TSL2561 s...
3,297
29.256881
80
h
RIOT
RIOT-master/drivers/tsl2561/include/tsl2561_params.h
/* * Copyright (C) 2017 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_tsl2561 * * @{ * @file * @brief Default configuration for TSL2561 * * ...
1,764
21.0625
82
h
RIOT
RIOT-master/drivers/slipdev/slipdev.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
9,528
25.178571
84
c
RIOT
RIOT-master/drivers/slipdev/stdio.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "b...
2,144
24.235294
71
c
RIOT
RIOT-master/drivers/slipdev/include/slipdev_internal.h
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_slipdev * @{ * * @file * @internal * @brief Internal SLIP de...
2,802
25.695238
91
h
RIOT
RIOT-master/drivers/slipdev/include/slipdev_params.h
/* * Copyright (C) 2018-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_slipdev * @{ * * @file * @brief Default configuration fo...
1,682
22.375
70
h
RIOT
RIOT-master/drivers/soft_spi/soft_spi.c
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_soft_spi * @{ * * @file * @brief Softwa...
6,525
25.855967
97
c
RIOT
RIOT-master/drivers/soft_spi/include/soft_spi_params.h
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_soft_spi * @{ * * @file * @brief Softwa...
1,331
20.483871
72
h
RIOT
RIOT-master/drivers/pcf857x/pcf857x_saul.c
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_pcf857x * @brief PCF857X adaption to the RIOT actuator/sensor inte...
1,523
25.275862
82
c
RIOT
RIOT-master/drivers/pcf857x/pcf857x.c
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_pcf857x * @brief Device driver for Texas Instruments PCF857X I2C I...
13,139
26.54717
84
c
RIOT
RIOT-master/drivers/pcf857x/include/pcf857x_params.h
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_pcf857x * @brief Default configuration for Texas Instruments PCF85...
3,611
28.129032
85
h
RIOT
RIOT-master/drivers/adxl345/adxl345.c
/* * Copyright (C) 2017-2018 Mesotic SAS * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_adxl345 * @{ * * @file * @brief Device driver implementation ...
7,277
30.37069
103
c
RIOT
RIOT-master/drivers/adxl345/include/adxl345_params.h
/* * Copyright (C) 2017 Mesotic SAS * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_adxl345 * @{ * * @file * @brief Default configuration for ADXL345 ...
2,272
23.706522
80
h
RIOT
RIOT-master/drivers/adxl345/include/adxl345_regs.h
/* * Copyright (C) 2017 Mesotic SAS * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_adxl345 * @{ * * @file * @brief Register and bit definitions for t...
5,971
29.943005
103
h
RIOT
RIOT-master/drivers/lpd8808/lpd8808.c
/* * Copyright (C) 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_lpd8808 * @{ * * @file * @brief LPD8808 based LED str...
1,723
21.102564
77
c
RIOT
RIOT-master/drivers/lpd8808/include/lpd8808_params.h
/* * Copyright (C) 2016 Hauke Petersen <devel@haukepetersen.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_lpd8808 * * @{ * @file * @brief Defaul...
1,377
20.873016
75
h
RIOT
RIOT-master/drivers/motor_driver/motor_driver.c
/* * Copyright (C) 2018 Gilles DOFFE <g.doffe@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_motor * @{ * * @file * @brief High-level driv...
7,916
27.376344
78
c
RIOT
RIOT-master/drivers/xbee/gnrc_xbee.c
/* * Copyright (C) 2016-17 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_netif * @{ * * @file * * @author Hauke Petersen <...
5,550
30.72
79
c
RIOT
RIOT-master/drivers/xbee/xbee.c
/* * Copyright (C) 2014 INRIA * Copyright (C) 2015-2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_xbee * @{ * * @file * @bri...
22,277
25.71223
91
c
RIOT
RIOT-master/drivers/xbee/include/gnrc_netif_xbee.h
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_netif * @{ * * @file * @brief XBee adaption for @ref net_gnr...
1,243
23.392157
75
h
RIOT
RIOT-master/drivers/xbee/include/xbee_params.h
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_xb...
1,462
20.835821
70
h
RIOT
RIOT-master/drivers/cst816s/cst816s.c
/* * Copyright (C) 2020 Koen Zandberg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_cst816s * @{ * * @file * @brief Device driver implementation for...
2,804
25.214953
96
c
RIOT
RIOT-master/drivers/dfplayer/dfplayer_internal.c
/* * Copyright 2019 Marian Buschsieweke * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_dfplayer * @{ * * @file * @brief Implementation DFPlayer Mini ...
14,596
30.940919
90
c
RIOT
RIOT-master/drivers/dfplayer/dfplayer.c
/* * Copyright 2019 Marian Buschsieweke * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_dfplayer * @{ * * @file * @brief Implementation DFPlayer Mini ...
6,034
24.251046
79
c
RIOT
RIOT-master/drivers/dfplayer/include/dfplayer_internal.h
/* * Copyright 2019 Marian Buschsieweke * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_dfplayer * @{ * * @file * @brief Internal functions of DFPlaye...
8,084
36.604651
85
h
RIOT
RIOT-master/drivers/dfplayer/include/dfplayer_params.h
/* * Copyright 2019 Marian Buschsieweke * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_dfplayer * @{ * * @file * @brief Default configuration for the...
1,828
22.753247
111
h
RIOT
RIOT-master/drivers/dfplayer/include/dfplayer_types.h
/* * Copyright 2019 Marian Buschsieweke * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_dfplayer * @{ * * @file * @brief Types used in the DFPlayer Mi...
7,158
33.921951
103
h
RIOT
RIOT-master/drivers/dfplayer/include/dfplayer_implementation.h
/* * Copyright 2019 Marian Buschsieweke * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_dfplayer * @{ * * @file * @brief Header-only functions of the ...
6,239
22.816794
79
h
RIOT
RIOT-master/drivers/si70xx/si70xx_saul.c
/* * Copyright (C) 2016 Bas Stottelaar <basstottelaar@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_si70xx * @{ * * @file * @brief SAUL a...
1,343
22.172414
80
c
RIOT
RIOT-master/drivers/si70xx/si70xx.c
/* * Copyright (C) 2016 Bas Stottelaar <basstottelaar@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_si70xx * @{ * * @file * @brief Implem...
5,632
25.2
90
c
RIOT
RIOT-master/drivers/si70xx/include/si70xx_internals.h
/* * Copyright (C) 2016 Bas Stottelaar <basstottelaar@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_si70xx * * @{ * @file * @brief Intern...
2,270
24.516854
69
h
RIOT
RIOT-master/drivers/at30tse75x/at30tse75x.c
/* * Copyright (C) Daniel Krebs * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_at30tse75x * @file * @brief Driver for the AT30TSE75x temperature sensor...
7,867
25.226667
99
c
RIOT
RIOT-master/drivers/ds3234/ds3234.c
/* * Copyright (C) 2018 Eistec AB * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup drivers_ds3234 * @{ * * @file * @brief Driver for the DS3234 Extremely Ac...
3,392
29.026549
104
c
RIOT
RIOT-master/drivers/ds3234/include/ds3234_regs.h
/* * Copyright 2018 SKF AB * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ds3234 * @{ * * @file * @brief Register map for the DS323x driver * * @au...
2,187
27.789474
88
h
RIOT
RIOT-master/drivers/seesaw_soil/seesaw_soil.c
/* * Copyright (C) 2020 Viktor Gal * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup drivers_seesaw_soil * @{ * * @file * @brief Driver for the Adafruit Sees...
3,032
24.487395
99
c
RIOT
RIOT-master/drivers/seesaw_soil/include/seesaw_soil_params.h
/* * Copyright (C) 2020 Viktor Gal * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_seesaw_soil * * @{ * @file * @brief Default configuration for Seesa...
1,520
20.125
76
h
RIOT
RIOT-master/drivers/enc28j60/enc28j60.c
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_enc28j60 * @{ * * @file * @brief Implementation of EN...
17,695
29.883072
91
c
RIOT
RIOT-master/drivers/enc28j60/include/enc28j60_params.h
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_enc28j60 * @{ * * @file * @brief Default configuratio...
1,447
20.939394
72
h
RIOT
RIOT-master/drivers/enc28j60/include/enc28j60_regs.h
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_enc28j60 * @{ * * @file * @brief Register definitions f...
13,105
29.059633
87
h
RIOT
RIOT-master/drivers/ccs811/ccs811.c
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ccs811 * @brief Device Driver for AMS CCS811 digital gas sensor *...
19,703
28.854545
96
c
RIOT
RIOT-master/drivers/ccs811/ccs811_saul.c
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_ccs811 * @brief SAUL adaption for AMS CCS811 digital gas sensor de...
1,811
22.230769
76
c