1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

doc: mark legacy adc API as deprecated

This commit is contained in:
Ludwig Ortmann 2014-10-25 16:36:10 +02:00
parent b7fc0df5d3
commit 7476ce8abf

View File

@ -2,9 +2,11 @@
* @defgroup drivers_adc ADC
* @ingroup drivers
* @brief Generic interface for ADC drivers
* @{
* @deprecated This interface is obsolete. Use the @ref driver_periph_adc
* interface in @ref driver_periph instead.
*
* @file adc.h
* @{
* @file
*/
#ifndef ADC_H