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