remove commented out code
This commit is contained in:
parent
3021ac8c8e
commit
5e36740992
9
main.c
9
main.c
|
@ -8,15 +8,6 @@
|
||||||
#include "lib/7segment.h"
|
#include "lib/7segment.h"
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
// DDRB = 0b10000000;
|
|
||||||
//
|
|
||||||
// while(1) {
|
|
||||||
// PORTB = 0b10000000;
|
|
||||||
// _delay_ms(500);
|
|
||||||
// PORTB = 0b00000000;
|
|
||||||
// _delay_ms(500);
|
|
||||||
// }
|
|
||||||
|
|
||||||
DDRF = 0b11111111;
|
DDRF = 0b11111111;
|
||||||
DDRK = 0b00000000;
|
DDRK = 0b00000000;
|
||||||
PORTK = 0b00000001; // enable pull-up resistor
|
PORTK = 0b00000001; // enable pull-up resistor
|
||||||
|
|
Loading…
Reference in a new issue