Stanley Cohen / MMA8451Q8b

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 Stanley Cohen

Files at this revision

API Documentation at this revision

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;