master
mandlm 2016-02-14 19:22:20 +01:00
parent c277b2d85f
commit de67c69e04
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
#include "ShiftRegister.h"
#include "KS0066.h"
#include "Pin.h"
volatile bool measuring = false;
volatile int16_t dist = 0.0;
@ -84,4 +83,3 @@ int main(void)
_delay_ms(250);
}
}