mikroSDK Reference Manual
one_wire_t Struct Reference

One Wire Driver initialization configuration structure. More...

Data Fields

pin_name_t data_pin
 
bool state
 

Detailed Description

  • data_pin value - to be configured as desired.
  • state value - NOTE must not be altered (it is supposed to be set automatically in Low Level Layer).

Field Documentation

◆ data_pin

pin_name_t one_wire_t::data_pin

One Wire pin - user is to configure it as desired.

◆ state

bool one_wire_t::state

State of a pin. NOTE must not be altered.