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/python/lib_periphs.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mpm/python/lib_periphs.hpp (limited to 'mpm/python/lib_periphs.hpp') diff --git a/mpm/python/lib_periphs.hpp b/mpm/python/lib_periphs.hpp new file mode 100644 index 000000000..2ea023c5c --- /dev/null +++ b/mpm/python/lib_periphs.hpp @@ -0,0 +1,4 @@ +#pragma once + +void export_lmk(); +void export_spi(); -- cgit v1.2.3