orion-rf/firmware/buttons.h

9 lines
99 B
C

#pragma once
void buttonsInit();
bool btnUp();
bool btnDown();
bool btnSelect();
bool btnBack();