Loading...
Searching...
No Matches
nrfmin_gnrc.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
20
21#include "nrfmin.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
38
39#ifdef __cplusplus
40}
41#endif
42
void gnrc_netdev_nrfmin_init(void)
Initialize the nrfmin GNRC adapter, also takes care of the nrfmin driver setup.
Interface definition for the nrfmin NRF51822 radio driver.