thermferm/thermferm.h

changeset 731
8b7c63bddf75
parent 728
da038d0bed04
equal deleted inserted replaced
730:6eba006ed8f5 731:8b7c63bddf75
328 struct _w1_list *next; 328 struct _w1_list *next;
329 char *address; ///< Device address 329 char *address; ///< Device address
330 char family[3]; ///< Device family 330 char family[3]; ///< Device family
331 int present; ///< Present on bus 331 int present; ///< Present on bus
332 int value; ///< Last value 332 int value; ///< Last value
333 int resolution; ///< Actual resolution 333 int rd_cache; ///< Resolution/Input
334 int wr_cache; ///< Write patern
334 time_t timestamp; ///< Last seen 335 time_t timestamp; ///< Last seen
335 } w1_list; 336 } w1_list;
336 337
337 338
338 339

mercurial