#pragma once #include "Arduino.h" #include "config.h" #include "lcd.h" #include "JC_Button.h" void initButtons( void ); void handleButtons( void );