#include "megan.h";
void setup() {
  // put your setup code here, to run once:
    set_port_dir();

}

void loop() {
  // put your main code here, to run repeatedly:
  volatile char x;
  volatile long i;
   
      x=128+16+8+1;
  GLOW_LSB_LED_only(x);
  wait_some_time_here();
  x=0;
  GLOW_LSB_LED_only(x);
  wait_some_time_here();
     
     
   

  

}