Compare commits
3 Commits
9f03e866c1
...
main
Author | SHA1 | Date | |
---|---|---|---|
1cb4a4cc76 | |||
03f987b246 | |||
728b5c6d1d |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.DS_Store
|
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