This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// DigitalOutput.cpp : implementation file | |
// A portion of some code I wrote quite a while back | |
#include "stdafx.h" | |
#include "DigitalConsole.h" | |
#include "DigitalOutput.h" | |
#ifdef _DEBUG | |
#define new DEBUG_NEW | |
#undef THIS_FILE |