Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define F_CPU 14745600
- #include <stdio.h>
- #include <math.h>
- #include <avr/io.h>
- #include <avr/pgmspace.h>
- #include <inttypes.h>
- #include "libnerdkits/delay.h"
- #include "libnerdkits/lcd.h"
- #include "libnerdkits/uart.h"
- #include "libnerdkits/led.h"
- #include <avr/interrupt.h>
Advertisement
Add Comment
Please, Sign In to add comment