Skip to content
Snippets Groups Projects
Commit b5861f80 authored by Julia Scharsich's avatar Julia Scharsich
Browse files

update leds.c; speedyleds.c

parent a18aefd4
No related branches found
No related tags found
No related merge requests found
*.hex
*.o
\ No newline at end of file
#define F_CPU 12000000UL
#define BAUD 9600
#include<util/delay.h>
#include<avr/io.h>
#include<avr/libc.h>
#include<util/setbaud.h>
int main(void){
DDRD = 0b11111100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment