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