2018-06-12 14:33:58 +02:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @defgroup auto_init_saul SAUL Auto Initialisation
|
|
|
|
* @ingroup drivers_saul
|
|
|
|
* @brief Auto initialisation of SAUL enabled drivers
|
|
|
|
*
|
|
|
|
* This module contains auto init functions for drivers that support SAUL.
|
|
|
|
*/
|
2020-03-04 15:50:52 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @defgroup drivers_saul_init_devs SAUL Device Initialisation
|
|
|
|
* @ingroup drivers_saul
|
|
|
|
* @brief Bulk initialisation of SAUL enabled drivers
|
|
|
|
*
|
|
|
|
* This module contains bulk init functions for drivers that support SAUL.
|
|
|
|
*/
|