rcc 1.0
RCC - RGB LED Color Cube Documentation
Loading...
Searching...
No Matches
PORT_macros.h
Go to the documentation of this file.
1
21
22#ifndef PORT_MACROS_H_
23#define PORT_MACROS_H_
24
38 #ifndef SET_PIN
39 #define SET_PIN(NUMBER, ARGUMENT) PIN ## NUMBER ## ARGUMENT
40 #endif
41
55 #ifndef SET_PORT
56 #define SET_PORT(NAME, ARGUMENT) PORT ## NAME ## ARGUMENT
57 #endif
58
59#endif /* PORT_MACROS_H_ */