1
0
Fork 0
i237/lib/matejx_avr_lib/hwdefs_minimal.h

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