parport-2x20vfd/driver.cc
josh 6e90883872 added initial skeleton files
git-svn-id: svn://anubis/misc/parport-2x20vfd@109 bd8a9e45-a331-0410-811e-c64571078777
2009-05-03 19:57:50 +00:00

13 lines
158 B
C++

#include <iostream>
using namespace std;
#include "VFD.h"
int main(int argc, char ** argv)
{
cout << "Working on VFD module" << endl;
return 0;
}