123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
166:c3c0b8a90d81
Parent:
161:efd949e8d536
Child:
167:bedc0a9d559a
diff -r b2bd0c810a4f -r c3c0b8a90d81 Device.h
--- a/Device.h	Fri May 20 14:03:58 2016 +0000
+++ b/Device.h	Sun May 22 18:59:20 2016 +0000
@@ -9,7 +9,7 @@
 #include "LPC17xx.h"
 #include "system_LPC17xx.h"
 #include "DeviceController.h"
-#include "DeviceDAC.h"
+//#include "DeviceDAC.h"
 #include "DeviceUserProtocol.h"
 #include "DeviceCounters.h"
 #include "DeviceDither.h"
@@ -103,7 +103,7 @@
   DeviceSensor sensor;
   DeviceLightUp lightUp;
   DeviceDither dither;
-  DeviceDAC dac;   //2-channel DAC of isas & plcs
+  //DeviceDAC dac;   //2-channel DAC of isas & plcs
   DeviceISACS isacs; //Information signal amplitude stabilizer
   DevicePathLengthControlSystem plcs; //Path length control system
 } Device;
@@ -114,7 +114,7 @@
   uint32_t size;
 } HashParam;
 
-#define HASH_PARAM_COUNT 153
+#define HASH_PARAM_COUNT 335
 
 typedef struct _HashFunc {
   uint32_t hash;
@@ -131,6 +131,7 @@
 void DeviceInitAllWithDefaults(void);
 void DeviceInitAll(void);
 void InitHashParamTable(void);
+void InitHashFuncTable(void);
 
 void DeviceRegularEvent1Hz(void);
 void DeviceRegularEvent500Hz(void);