001package jmri.jmrix.pi.simulator; 002 003/** 004 * No longer used — superseded by {@link GpioSimulator}. 005 * <p> 006 * This class is retained as an empty stub to avoid breaking any serialised 007 * panel-file references. It no longer implements any Pi4J interfaces. 008 * 009 * @deprecated Use {@link GpioSimulator} directly. 010 * @author Daniel Bergqvist Copyright (C) 2022 011 */ 012@Deprecated 013public class GpioControllerSimulator { 014}