Skip to content

An7orAhmed/ADCButtons

Repository files navigation

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();

ADCButtons Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages