# Change XYZ to the UID of your Industrial Analog Out Bricklet

setup:
	# Set output voltage to 3.3V
	publish '{"voltage": 3300}' to tinkerforge/request/industrial_analog_out_bricklet/XYZ/set_voltage 
	
	publish '' to tinkerforge/request/industrial_analog_out_bricklet/XYZ/enable 

cleanup:
	# If you are done, run this to clean up
	publish '' to tinkerforge/request/industrial_analog_out_bricklet/XYZ/disable 
