123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
198:78dd6d14d108
Parent:
197:7a05523bf588
--- a/DeviceSSP.h	Wed Oct 19 10:55:05 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#ifndef __DEVICE_SSP_H__
-#define __DEVICE_SSP_H__
-
-typedef struct _DeviceSSP {
-  uint32_t in[5];
-  //uint32_t accumulator[5];
-  uint32_t out[2];
-} DeviceSSP;
-
-void InitSSPDefaultSettings(void);
-void InitSSPState(void);
-void DeviceStartSSP(void);
-
-void sspReceive(void);
-void sspTransmit(uint8_t index);
-
-#endif  /* __DEVICE_SSP_H__ */
\ No newline at end of file