// File Name: ReneeAction.v
// Map wheel action: Action[2] --> F, Action[1] --> R, Action[0] --> S
module ReneeAction(
	input [2:0] action,					// Wheel action
	output [6:0] SEG
	);

endmodule // ReneeAction