#include "GPIO.h"

int button1_last_state;
int button2_last_state;
int button3_last_state;

void setup() {
  Serial.begin(9600);
  GPIOinit();
}

void loop() {
  if (digitalRead(PUSH_BUTTON1)){
    int read_time = analogRead(TIMER_PIN);
    
  }
  else if(digitalRead(PUSH_BUTTON2)){

  }else if(digitalRead(PUSH_BUTTON3)){

  }
  }
Push Button 1
Push Button 2
Push Button 3
Timer
Motor Direction
Drawer UV light
Shoe Chamber UV Light
Shoe Pair 1 UV Light
Shoe pair 2 UV Light
Blower