input analog array > output digital array

int anIn[] = {A0, A1, A2, A3, A4};

A0 typically has the value 14, A1 is 15, A2 is 16 and so on.

In my experience, these are always less than 512.