n8layman / cnc_pendant

A project to develop an esp32-S3 based CNC pendant
MIT License
0 stars 0 forks source link

Buttons #5

Open n8layman opened 1 week ago

n8layman commented 1 week ago

The current plan is 2 1x4 neokey strips. That gives me 8 keys to work with. The current plan is:

n8layman commented 1 week ago

Button triggers should be interrupt-based and update an array of button values. Changing the color of buttons should read this array in the main loop.