From e07ebe48156313899ab6f4a06928aac6ef818f0d Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 28 Mar 2019 19:05:42 +0200 Subject: Working on real-time card detection... --- .../TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp (limited to 'Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp') diff --git a/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp b/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp new file mode 100644 index 000000000..12aed5597 --- /dev/null +++ b/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp @@ -0,0 +1,7 @@ +#include "CardDetectionConfig.h" + +using namespace Tango::TCC::CardDetector; + +CardDetectionConfig::CardDetectionConfig() +{ +} -- cgit v1.3.1