14 lines
151 B
C
14 lines
151 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#define AVR_PORTB 0x01
|
|
#define AVR_PORTC 0x02
|
|
#define AVR_PORTD 0x03
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |