All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 60 of file ds18.h.

#include <ds18.h>

Data Fields

gpio_t pin
 Pin the sensor is connected to.
 
gpio_mode_t out_mode
 Pin output mode.
 
gpio_mode_t in_mode
 Pin input mode (usually deduced from output mode)
 

Field Documentation

◆ in_mode

gpio_mode_t ds18_params_t::in_mode

Pin input mode (usually deduced from output mode)

Definition at line 63 of file ds18.h.

◆ out_mode

gpio_mode_t ds18_params_t::out_mode

Pin output mode.

Definition at line 62 of file ds18.h.

◆ pin

gpio_t ds18_params_t::pin

Pin the sensor is connected to.

Definition at line 61 of file ds18.h.


The documentation for this struct was generated from the following file: