oled 1.0
OLED Graphics Control Library
Loading...
Searching...
No Matches
PORT_macros.h
Go to the documentation of this file.
1
22
23#ifndef PORT_MACROS_H_
24#define PORT_MACROS_H_
25
39 #ifndef SET_PIN
40 #define SET_PIN(NUMBER, ARGUMENT) PIN ## NUMBER ## ARGUMENT
41 #endif
42
56 #ifndef SET_PORT
57 #define SET_PORT(NAME, ARGUMENT) PORT ## NAME ## ARGUMENT
58 #endif
59
60#endif /* PORT_MACROS_H_ */