Subversion Repositories svnkaklik

Rev

Rev 410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 410 Rev 484
Line 8... Line 8...
8
* Chip type           : ATMEGA8
8
* Chip type           : ATMEGA8
9
* Clock frequency     : Internal clock 1 Mhz (factory default)
9
* Clock frequency     : Internal clock 1 Mhz (factory default)
10
*********************************************/
10
*********************************************/
11
#include <avr/io.h>
11
#include <avr/io.h>
12
#include <inttypes.h>
12
#include <inttypes.h>
13
#define F_CPU 17000000UL  // 1 MHz
13
#define F_CPU 1000000UL  // 1 MHz
14
#include <avr/delay.h>
14
#include <avr/delay.h>
15
 
15
 
16
 
16
 
17
/* compatibilty macros for old style */
17
/* compatibilty macros for old style */
18
#ifndef cbi
18
#ifndef cbi