mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-14 20:58:30 -04:00
AP_InertialSensor_MPU6000: Remove MPU6000_CS_PIN
Remove MPU6000_CS_PIN, a legacy way of handling Chip Select.
This commit is contained in:
parent
d9cb29ea8b
commit
d053a91cd5
@ -9,8 +9,6 @@
|
|||||||
#include <AP_Progmem.h>
|
#include <AP_Progmem.h>
|
||||||
#include "AP_InertialSensor.h"
|
#include "AP_InertialSensor.h"
|
||||||
|
|
||||||
#define MPU6000_CS_PIN 113 // Corresponding to P9_28
|
|
||||||
|
|
||||||
// enable debug to see a register dump on startup
|
// enable debug to see a register dump on startup
|
||||||
#define MPU6000_DEBUG 0
|
#define MPU6000_DEBUG 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user