I'm trying to build a replacement for my Fibaro Universal Sensor using a Z-Uno (mainly because the Z-Uno support Z-Wave+).
I want to connect 4 DSB18B20 temperature sensors, 1 input from an existing relay (on the Fibaro Universal Sensor this input was connected to one of the binary sensor inputs) and 1 HC-SR04 Ultrasonic Distance Module (this was not connected to the Fibaro Universal Sensor).
I am still working out using sketches and would like some guidance how to implement multiple devices in the same sketch. Could I have one text file (.ino) for each sensor type and then upload it to the Z-Uno as a combined bootloader? Can I use three ready-made examples (one for temperature, one for the relay and one for distance) in the same sketch and upload these together to the Z-Uno?
Sorry if this is really simple! I am no programmer and is currently just using available snippets of code...
