feat: added avr port definitions

This commit is contained in:
2025-09-02 17:34:01 +03:00
parent 728b5c6d1d
commit 3a0d130c9d
2 changed files with 15 additions and 1 deletions

14
include/avr_port.h Normal file
View 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

View File

@@ -1 +1 @@
1.0.0
1.1.0