control.h 252 Bytes
Newer Older
1
2
3
4
5
6
// Copyright (C) 2015  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_CONTRoL_
#define DLIB_CONTRoL_

#include "control/lspi.h"
7
#include "control/mpc.h"
8
9
10
11

#endif // DLIB_CONTRoL_