Maxim Integrated / OneWire

Dependents:   MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more

Embed: (wiki syntax)

« Back to documentation index

DS2465::Config Class Reference

DS2465::Config Class Reference

Represents a DS2465 configuration. More...

#include <DS2465.h>

Public Member Functions

uint8_t readByte () const
 Byte representation that is read from the DS2465.
uint8_t writeByte () const
 Byte respresentation that is written to the DS2465.
void reset ()
 Reset to the power-on default config.
bool get1WS () const
bool getSPU () const
bool getPDN () const
bool getAPU () const

Detailed Description

Represents a DS2465 configuration.

Definition at line 83 of file DS2465.h.


Member Function Documentation

bool get1WS (  ) const

1-Wire Speed

Definition at line 88 of file DS2465.h.

bool getAPU (  ) const

Active Pullup

Definition at line 106 of file DS2465.h.

bool getPDN (  ) const

1-Wire Power Down

Definition at line 100 of file DS2465.h.

bool getSPU (  ) const

Strong Pullup

Definition at line 94 of file DS2465.h.

uint8_t readByte (  ) const

Byte representation that is read from the DS2465.

Definition at line 78 of file DS2465.cpp.

void reset (  )

Reset to the power-on default config.

Definition at line 106 of file DS2465.cpp.

uint8_t writeByte (  ) const

Byte respresentation that is written to the DS2465.

Definition at line 100 of file DS2465.cpp.