Index: firmware/App/Drivers/EjectorMotor.h =================================================================== diff -u -r5dc5b0076f547c0c14e71f0e5373112e9c890f4f -rb824ef4b479578c5aa702abd9147aef505a6fb04 --- firmware/App/Drivers/EjectorMotor.h (.../EjectorMotor.h) (revision 5dc5b0076f547c0c14e71f0e5373112e9c890f4f) +++ firmware/App/Drivers/EjectorMotor.h (.../EjectorMotor.h) (revision b824ef4b479578c5aa702abd9147aef505a6fb04) @@ -7,11 +7,11 @@ * * @file EjectorMotor.h * -* @author (last) Sean -* @date (last) 13-May-2025 +* @author (last) Sean Nash +* @date (last) 30-Jun-2025 * -* @author (original) Sean -* @date (original) 13-May-2025 +* @author (original) Sean Nash +* @date (original) 15-May-2025 * ***************************************************************************/ @@ -36,6 +36,7 @@ // ********** public function prototypes ********** void initEjectorMotor( void ); +void disableEjectorMotor( void ); BOOL setEjectorMotorSpeed( F32 rpm ); F32 getEjectorMotorSetSpeed( void ); void execEjectorMotorRamping( void );