feat: added avr port definitions
This commit is contained in:
14
include/avr_port.h
Normal file
14
include/avr_port.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#define AVR_PORTB 0x01
|
||||
#define AVR_PORTC 0x02
|
||||
#define AVR_PORTD 0x03
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
@@ -1 +1 @@
|
||||
1.0.0
|
||||
1.1.0
|
Reference in New Issue
Block a user