diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-04-25 09:39:31 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-04-25 09:39:31 +0300 |
| commit | c82908b6d5314bc2602ea10c373267b79fbdd810 (patch) | |
| tree | 9f93e8955a4733c65af4ddbd5b7a6e57caecacf7 /Software/Embedded_SW/Embedded/DataDef.h | |
| parent | 91e2d94ec400f700cb16c616df29359aaa414cb7 (diff) | |
| download | Tango-c82908b6d5314bc2602ea10c373267b79fbdd810.tar.gz Tango-c82908b6d5314bc2602ea10c373267b79fbdd810.zip | |
Start SPI ADS1220
Diffstat (limited to 'Software/Embedded_SW/Embedded/DataDef.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/DataDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/DataDef.h b/Software/Embedded_SW/Embedded/DataDef.h index 7f2a820c4..c92c8f5b4 100644 --- a/Software/Embedded_SW/Embedded/DataDef.h +++ b/Software/Embedded_SW/Embedded/DataDef.h @@ -88,7 +88,7 @@ enum //SPI typedef struct //S_SPI { - unsigned char MotID; + //unsigned char MotID; //- TODO to remove this field unsigned int TX_MOSI; //32bit (Master Output Slave Input ) unsigned int RX_MISO; //24bit (Master Input Slave Output) //unsigned int BUSY; //32bit |
