feat: initial
This commit is contained in:
19
include/avr_bit_defs.h
Normal file
19
include/avr_bit_defs.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#define AVR_BIT7 0x80
|
||||
#define AVR_BIT6 0x40
|
||||
#define AVR_BIT5 0x20
|
||||
#define AVR_BIT4 0x10
|
||||
#define AVR_BIT3 0x08
|
||||
#define AVR_BIT2 0x04
|
||||
#define AVR_BIT1 0x02
|
||||
#define AVR_BIT0 0x01
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user