AskSin++
Public Member Functions | List of all members
as::Sht10< DATAPIN, CLOCKPIN, MODE > Class Template Reference
Inheritance diagram for as::Sht10< DATAPIN, CLOCKPIN, MODE >:
Inheritance graph
[legend]
Collaboration diagram for as::Sht10< DATAPIN, CLOCKPIN, MODE >:
Collaboration graph
[legend]

Public Member Functions

void init ()
 
void measure (__attribute__((unused)) bool async=false)
 
- Public Member Functions inherited from as::Temperature
int16_t temperature ()
 
- Public Member Functions inherited from as::Sensor
void init ()
 
bool present ()
 
void measure (__attribute__((unused)) bool async=false)
 
- Public Member Functions inherited from as::Humidity
uint8_t humidity ()
 

Additional Inherited Members

- Protected Attributes inherited from as::Temperature
int16_t _temperature
 
- Protected Attributes inherited from as::Sensor
bool _present
 
- Protected Attributes inherited from as::Humidity
uint8_t _humidity
 

Detailed Description

template<uint8_t DATAPIN, uint8_t CLOCKPIN, Sht10Mode MODE = Sht10Mode::LOWRES_INT>
class as::Sht10< DATAPIN, CLOCKPIN, MODE >

Definition at line 18 of file Sht10.h.