Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.29 KB | None | 0 0
  1. #define F_CPU 1000000UL
  2. #include <avr/io.h>
  3. #include <avr/version.h>
  4. #include <avr/interrupt.h>
  5. #include <avr/pgmspace.h>
  6. #include <avr/delay.h>
  7. #include <util/delay_basic.h>
  8. #include <avr/common.h>
  9. #ifndef __INTTYPES_H_;
  10. #include <stdint.h>
  11. #include <stddef.h>
  12. #define __INTTYPES_H_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement