Rev 2767 Rev 2769
Line 1... Line 1...
1 #include <main.h> 1 #include <main.h>
2   2  
3 /* 3 /*
4 MPL115A1 SDN - +3.3V (always power on) 4 MPL115A1 SDN - +3.3V (always power on)
5 MPL115A1 #CS - PIN_C2 5 MPL115A1 #CS - PIN_C2
6 MPL115A1 DOUT - PIN_C4 (twisted?) 6 MPL115A1 DOUT - PIN_C4
7 MPL115A1 DIN - PIN_C5 (twisted?) 7 MPL115A1 DIN - PIN_C5
8 MPL115A1 SCLK - PIN_C3 8 MPL115A1 SCLK - PIN_C3
9 MPL115A1 GND - GND 9 MPL115A1 GND - GND
10 MPL115A1 VDD - +3.3V 10 MPL115A1 VDD - +3.3V
11 */ 11 */
12   12