/* * Copyright (c) 2022 Legrand North America, LLC. * * SPDX-License-Identifier: MIT */ /* Analog Output Objects - customize for your use */ #include "object.h" #include "bacnet/basic/object/ao.h" OBJECT_FUNCTIONS(Analog_Output, ANALOG_OUTPUT_DESCR);