I have a list below. I would like to create a two or multidimensional list from one dimension normal list
x= [ light, double , motor , boolean , brakes , unit 8]
I would like to see like that
x= [ [light, double] , [motor , boolean] , [brakes , unit 8]]
in this way I can select and check the type of specific signal