|
|
@@ -12,6 +12,7 @@
|
|
|
|
|
|
#include "Devices//tmsgheaders.h"
|
|
|
#include "Devices//lmx2594.h"
|
|
|
+#include "Devices//max2870.h"
|
|
|
#include "Devices//lmk04821.h"
|
|
|
#include "Devices//ad9912.h"
|
|
|
|
|
|
@@ -107,6 +108,7 @@ int main(int argc, char *argv[])
|
|
|
rst_for_fpga(bar1);
|
|
|
shift_reg(bar1);
|
|
|
ad9912_init(bar1);
|
|
|
+ max2870_init(bar1);
|
|
|
lmx2594_init(bar1);
|
|
|
|
|
|
// Установка обработчика сигналов
|