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