X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fntc.c;h=2469c88f00ac61514814a8ecdf250d32fa463733;hb=27fef4ed34eb237817defa14242e726ccad70948;hp=5f024037bef3070bedce94697aa86b0078345576;hpb=0c2f7108e2f9b6fa567bc83dda9a313fffceb286;p=bertos.git diff --git a/drv/ntc.c b/drv/ntc.c old mode 100755 new mode 100644 index 5f024037..2469c88f --- a/drv/ntc.c +++ b/drv/ntc.c @@ -1,6 +1,31 @@ -/*! +/** * \file * @@ -20,6 +45,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2006/07/19 12:56:26 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.1 2005/11/04 17:59:47 bernie *#* Import into DevLib. *#* @@ -35,7 +63,7 @@ DB(bool ntc_initialized;) -/*! +/** * Find in a table of values \a orig_table of size \a size, the index which * value is less or equal to \a val. * @@ -63,7 +91,7 @@ static size_t upper_bound(const res_t *orig_table, size_t size, res_t val) } -/*! +/** * Read the temperature for the NTC channel \a dev. * First read the resistence of the NTC through ntc_hw_read(), then, * for the conversion from resistance to temperature, since the formula @@ -122,7 +150,7 @@ deg_t ntc_read(NtcDev dev) } -/*! +/** * Init NTC hardware. */ void ntc_init(void)