remove commented out code

This commit is contained in:
Lea 2023-08-26 19:09:27 +02:00
parent 3021ac8c8e
commit 5e36740992
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

9
main.c
View file

@ -8,15 +8,6 @@
#include "lib/7segment.h"
void main() {
// DDRB = 0b10000000;
//
// while(1) {
// PORTB = 0b10000000;
// _delay_ms(500);
// PORTB = 0b00000000;
// _delay_ms(500);
// }
DDRF = 0b11111111;
DDRK = 0b00000000;
PORTK = 0b00000001; // enable pull-up resistor