diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-03-28 19:05:42 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-03-28 19:05:42 +0200 |
| commit | e07ebe48156313899ab6f4a06928aac6ef818f0d (patch) | |
| tree | 83ba728e58ee242f60790fa9285c453fbaa3a06d /Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp | |
| parent | b62c4b8b67b3103c691564df80f65423a9c315a0 (diff) | |
| download | Tango-e07ebe48156313899ab6f4a06928aac6ef818f0d.tar.gz Tango-e07ebe48156313899ab6f4a06928aac6ef818f0d.zip | |
Working on real-time card detection...
Diffstat (limited to 'Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp')
| -rw-r--r-- | Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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() +{ +} |
