![]()  | 
  
    simple FS
    v0.1.0
    
   | 
 
Module for communication with sensors in One-Wire bus. Supported modes: More...
#include "sensor.h"

Go to the source code of this file.
Macros | |
| #define | OW_Q_FORMAT_M 0x0C | 
| #define | OW_Q_FORMAT_N 0x04 | 
Variables | |
| SensorInterface_t | owBus | 
Module for communication with sensors in One-Wire bus. Supported modes:
Configuration of this module: None
#Properties of OW module
Example of RTC record format stored in META area:
| Sensor ID | TYPE | META_FORMAT | Q_m | Q_n | 
|---|---|---|---|---|
| 0 .. 7B | 8B | 9B | 10B | 11B | 
| 0x28xxxxxxxxxxxxxx | 0x05 | 0x62 => FORMAT_META_FMT_Q + FORMAT_META_LENGTH_2B | 0xC | 0x4 | 
 1.8.17