OneWire + DS18X20 Library
Basic functions for OneWire operations + specific DS18x20 operations
 All Functions Groups Pages
Macros
ONEWIRE CONTROL

Macros

#define ONEWIRE_STRONG_PU_ON   ONEWIRE_PORT |= ONEWIRE_MASK; ONEWIRE_DDR |= ONEWIRE_MASK;
 
#define ONEWIRE_STRONG_PU_OFF   ONEWIRE_DDR &= ~ONEWIRE_MASK;
 

Detailed Description

control macros for strong pull up, used for parasitic power supply