Hey guys,
 
	I'm building the CDU for my A-10C.
 
	I have arduino code for the buttons. All the inputs get stored in a array.
 
	I want to send that data to dcsbios, but I dont know what the best option is here.
 
	I can just repeat DcsBios::Switch2Pos cduX("CDU_X", PIN); for every buton, but that is a lot of code and maybe a lot of delay.
 
	Is there a way that i can send arrays to dcsbios?