From 1a4348038d0eb57d53475074dca49e8192aeb2d7 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 8 Mar 2017 09:28:55 -0800 Subject: Initial commit for N3xx development. - Creates mpm/ subdirectory - First pass at hardware daemon/MPM - New code for LMK04828, AD9371 - spidev integration Contributions by: Martin Braun Derek Kozel Mark Meserve Andrej Rode --- mpm/lib/print_foo.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mpm/lib/print_foo.cpp (limited to 'mpm/lib/print_foo.cpp') diff --git a/mpm/lib/print_foo.cpp b/mpm/lib/print_foo.cpp new file mode 100644 index 000000000..4f6d69775 --- /dev/null +++ b/mpm/lib/print_foo.cpp @@ -0,0 +1,8 @@ +#include +#include + +void mpm::print_foo() +{ + std::cout << "foo" << std::endl; +} + -- cgit v1.2.3