Code to read the ADXL355 values using the EV COG4050.

Dependencies:   ADXL355

Committer:
RGurav
Date:
Wed Aug 15 11:52:56 2018 +0000
Revision:
0:f9431dd67dd0
Code to read values of the ADXL355 using the EV-COG4050

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RGurav 0:f9431dd67dd0 1
RGurav 0:f9431dd67dd0 2
RGurav 0:f9431dd67dd0 3 Following is the connection between EV-COG4050 and ADXL355 using the COG expander baord.
RGurav 0:f9431dd67dd0 4
RGurav 0:f9431dd67dd0 5 ADXL35x on the EV-GEAR-EXPANDER1Z
RGurav 0:f9431dd67dd0 6 CONNECTION DIAGRAM through P4 PMOD_SP1
RGurav 0:f9431dd67dd0 7
RGurav 0:f9431dd67dd0 8 SIGNAL_NAME PIN NUM EVAL-ADXL35xZ
RGurav 0:f9431dd67dd0 9 SPI1_CS0 PMOD-P4 1 P2 2
RGurav 0:f9431dd67dd0 10 SPI1_MOSI PMOD-P4 2 P2 6
RGurav 0:f9431dd67dd0 11 SPI1_MISO PMOD-P4 3 P2 5
RGurav 0:f9431dd67dd0 12 SPI1_CLK PMOD-P4 4 P2 4
RGurav 0:f9431dd67dd0 13 GND PMOD-P4 5 P1 5
RGurav 0:f9431dd67dd0 14 FT_EXT_VDD_OUT PMOD-P4 6 P1 1
RGurav 0:f9431dd67dd0 15 FT_EXT_VDD_OUT PMOD-P4 12 P1 3
RGurav 0:f9431dd67dd0 16
RGurav 0:f9431dd67dd0 17
RGurav 0:f9431dd67dd0 18