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