#include"switch.h"
void setup() {
// put your setup code here, to run once:
init_port();
}
void loop() {
// glow_led();
// blink_led();
//glow_0_to_7();
// press_any_glow_7_to_0();
// glow_even_led();
// glow_odd_led();
//switch0_led0();
// switch0_led7();
//press_any_on_off();
//press_first_switch();
//press_second_switch();
// press_third_switch();
//press_second_switch2();
// press_seventh_switch();
//press_third_switch2();
//press_second_switch3();
// press_seventh_switch2();
press_first_seventh_one_by_one();
//first_press_first_led();
}