Revision 334
added more docs
rtc.h | ||
---|---|---|
1 | 1 |
#ifndef RTC_H_INCLUDED |
2 | 2 |
#define RTC_H_INCLUDED |
3 | 3 |
|
4 |
/** |
|
5 |
* @defgroup rtc rtc |
|
6 |
* @brief RTC (Real-Time Clock) module. |
|
7 |
* |
|
8 |
* @{ |
|
9 |
*/ |
|
10 |
|
|
4 | 11 |
#include <stdint.h> |
5 | 12 |
|
6 | 13 |
/** |
... | ... | |
43 | 50 |
*/ |
44 | 51 |
int (rtc_read_date)(uint8_t *date); |
45 | 52 |
|
53 |
/** |
|
54 |
* @} |
|
55 |
*/ |
|
56 |
|
|
46 | 57 |
#endif /* end of include guard: RTC_H_INCLUDED */ |
Also available in: Unified diff