thermferm/devices.h

changeset 684
b2265c7e5707
parent 654
e981d0185485
child 687
f5d05b420732
equal deleted inserted replaced
683:d48733bf1529 684:b2265c7e5707
4 int read_w1(char *address, char *file); 4 int read_w1(char *address, char *file);
5 int write_w1(char *address, char *file, uint8_t val); 5 int write_w1(char *address, char *file, uint8_t val);
6 6
7 int device_out(char *uuid, int value); 7 int device_out(char *uuid, int value);
8 int device_in(char *uuid, int *value); 8 int device_in(char *uuid, int *value);
9
10 char *device_json(devices_list *device, bool full);
11
9 int devices_detect(void); 12 int devices_detect(void);
10 13
11 void *my_devices_loop(void *); 14 void *my_devices_loop(void *);
12 15
13 #endif 16 #endif

mercurial