Format: void setOutput(struct device * dev, char * name, unsigned long long value);
Parameters:
Set an output pin or bus to a specific value. This function looks up the list of busses this output is connected to and sets the value on that bus to the output value. In setting the value on the busses it consequently calls any listening functions for devices connected to those busses.