mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
AP_OpticalFlow - moved chip select pin so it doesn't interfere with AP_ADC
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2452 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
00685ba377
commit
65cb8d6bdb
@ -28,7 +28,7 @@
|
|||||||
#define AP_SPI_DATAIN 50 // MISO // PB3
|
#define AP_SPI_DATAIN 50 // MISO // PB3
|
||||||
#define AP_SPI_DATAOUT 51 // MOSI // PB2
|
#define AP_SPI_DATAOUT 51 // MOSI // PB2
|
||||||
#define AP_SPI_CLOCK 52 // SCK // PB1
|
#define AP_SPI_CLOCK 52 // SCK // PB1
|
||||||
#define ADNS3080_CHIP_SELECT 32 // PC5 // should be changed to be 34/PC3
|
#define ADNS3080_CHIP_SELECT 34 // PC3
|
||||||
#define ADNS3080_RESET 35 // PC2
|
#define ADNS3080_RESET 35 // PC2
|
||||||
#else // normal arduino SPI pins...these need to be checked
|
#else // normal arduino SPI pins...these need to be checked
|
||||||
#define AP_SPI_DATAIN 12 //MISO
|
#define AP_SPI_DATAIN 12 //MISO
|
||||||
|
Loading…
Reference in New Issue
Block a user