// ***************************************************************************** // * Config_SIOC ver 3.5 - By Manolo Vélez - www.opencockpits.com // ***************************************************************************** // * FileName : brujula USBStepper.txt // * Date : 11/12/2008 Var 0000, Link USB_STEPPER, Output 1, PosL 6, PosC 0, PosR 4, Type H Var 0015, Link FSUIPC_IN, Offset $02CC, Length 8, Numbers 1 // FSimulator Compass { L0 = V0015 + 0 // Add X degree for my gauge center IF L0 > 3600 // If is > 360 degree discount a full turn { L0 = L0 - 3600 } V0000 = L0 // send degrees to steper motor }