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