EightBit/src/Device.cpp
Adrian Conlon f0376fa81e Use macros to define our device pins.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-01-14 23:17:54 +00:00

5 lines
83 B
C++

#include "stdafx.h"
#include "Device.h"
DEFINE_PIN_LEVEL_CHANGERS(POWER, Device);