comparison 1wire.c @ 29:02b67e09ca12

Remove extra newline
author darius
date Mon, 10 Apr 2006 17:23:03 +0930
parents bd792ebf813d
children b0cb873c0206
comparison
equal deleted inserted replaced
28:8817fad1b0c6 29:02b67e09ca12
55 55
56 /*----------------------------------------------------------------------------- 56 /*-----------------------------------------------------------------------------
57 * Generate a 1-Wire reset, return 0 if presence pulse was found, 1 if it 57 * Generate a 1-Wire reset, return 0 if presence pulse was found, 1 if it
58 * wasn't, or 2 if the line appears to be being held low. 58 * wasn't, or 2 if the line appears to be being held low.
59 * 59 *
60 *
61 * (NOTE: Does not handle alarm presence from DS2404/DS1994) 60 * (NOTE: Does not handle alarm presence from DS2404/DS1994)
62 */ 61 */
63 uint8_t 62 uint8_t
64 OWTouchReset(void) { 63 OWTouchReset(void) {
65 DELAY_G; 64 DELAY_G;