ADXL362 accelerometer library
Dependents: BLENano_SimpleTemplate_adxl362_170813 nRF51_ADXL3xx
Fork of ADXL362 by
Revision 2:fe49d0e51baa, committed 2017-08-22
- Comitter:
- Jun_adi
- Date:
- Tue Aug 22 05:25:20 2017 +0000
- Parent:
- 1:ae171c032dc0
- Commit message:
- Change headder file for BLE nano;
Changed in this revision
ADXL362.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ae171c032dc0 -r fe49d0e51baa ADXL362.h --- a/ADXL362.h Thu Aug 18 12:33:31 2016 +0000 +++ b/ADXL362.h Tue Aug 22 05:25:20 2017 +0000 @@ -183,8 +183,9 @@ } ADXL362_POWER_CTL_reg_bits_t; /** SPI configuration & constructor */ - ADXL362(PinName CS = SPI_CS, PinName MOSI = SPI_MOSI, PinName MISO = - SPI_MISO, PinName SCK = SPI_SCK); +// ADXL362(PinName CS = SPI_CS, PinName MOSI = SPI_MOSI, PinName MISO = +// SPI_MISO, PinName SCK = SPI_SCK); + ADXL362(PinName CS, PinName MOSI, PinName MISO, PinName SCK); void frequency(int hz); /** Low level SPI bus comm methods */