ADCButtons A simple ADC 16 Buttons and 4x4 keypad library. // 1. Create object: ADCButtons button(A0); // A0 = analog pin // 2. get button: byte butt = button.get();