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: KL46z_single_tap_empty_DE_4_1_PROJECT1B_wInterrupts KL46z_single_tap_empty_DE_4_1_PROJECT1D KL46z_single_tap_generic RAHUL_KL46z_single_tap_generic_copy ... more
Fork of MMA8451Q8a by
Revision 10:c875155f829d, committed 2016-02-10
- Comitter:
- scohennm
- Date:
- Wed Feb 10 15:30:23 2016 +0000
- Parent:
- 8:993bb9e96a4b
- Child:
- 11:965d9a564f71
- Commit message:
- Modified interrupt variable names;
Changed in this revision
| MMA8451Q8.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MMA8451Q8.cpp Tue Feb 03 17:59:00 2015 +0000
+++ b/MMA8451Q8.cpp Wed Feb 10 15:30:23 2016 +0000
@@ -67,7 +67,7 @@
data[DATA_INDEX] = 0x01;
writeRegs(data, 2); // make active
}
-// add Puse configuratioin register access
+// add Pusle configuration register access
// Also add function prototype to .h file
void MMA8451Q::setPulseConfiguration(uint8_t latch,uint8_t axisSet) {
uint8_t configBits;
