mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Initial import of low-level driver doxygen groupdef
This commit is contained in:
parent
12629bb34b
commit
0bdbeba85e
16
drivers/include/periph/doc.txt
Normal file
16
drivers/include/periph/doc.txt
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (C) 2013 Freie Universität Berlin
|
||||
*
|
||||
* This file is subject to the terms and conditions of the LGPLv2 License.
|
||||
* See the file LICENSE in the top level directory for more details.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup driver_periph
|
||||
* @ingroup driver
|
||||
* @brief Low-level periphial drivers
|
||||
*
|
||||
* The module contains the low-level periphial driver layer. It consists of a set
|
||||
* of platform independent interface definitions and cpu specific implementations
|
||||
* for every targeted platform.
|
||||
*/
|
||||
Loading…
x
Reference in New Issue
Block a user