001/* Copyright (C) Cross The Road Electronics 2024 */
002package com.ctre.phoenix.signals;
003
004/**
005 * Interface for output signals
006 */
007public interface IOutputSignal
008{
009        //void set(double value);
010}