Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: AD7190.h
- Revision:
- 1:00d6e45e037a
- Parent:
- 0:49fe1d7a6628
- Child:
- 2:dc4217ca1fff
--- a/AD7190.h Tue Jan 28 09:42:48 2014 +0000 +++ b/AD7190.h Tue Jan 28 10:56:01 2014 +0000 @@ -1,5 +1,5 @@ /***************************************************************************//** - * @file AD7190.cpp + * @file AD7190.h * @brief Header of the AD7190 driver. * @author Mario Poneder * @date 28/01/2013 @@ -119,8 +119,7 @@ /***************************************************************************//** * @brief Specifies the prototype of the sample callback function. - * Example: - * void SampleCallback(unsigned long data, unsigned char channel); + * Example: void SampleCallback(unsigned long data, unsigned char channel); *******************************************************************************/ typedef void (*pSampleCallback_t)(unsigned long, unsigned char);