8 lines
114 B
C
Executable File
8 lines
114 B
C
Executable File
#ifndef MAT_HWDEFS_H
|
|
#define MAT_HWDEFS_H
|
|
|
|
#define DDR(x) (*(&x - 1))
|
|
#define PIN(x) (*(&x - 2))
|
|
|
|
#endif
|