Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLENano_SimpleTemplate_adxl362_170813 nRF51_ADXL3xx
Fork of ADXL362 by
Diff: ADXL362.h
- Revision:
- 2:fe49d0e51baa
- Parent:
- 1:ae171c032dc0
--- 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 */
