For D

Dependents:   PWM_2_way_level-r1 StepLogger-Serial

Files at this revision

API Documentation at this revision

Comitter:
tim_b
Date:
Mon Jun 09 18:09:51 2014 +0000
Parent:
1:c6db5b21ad79
Commit message:
2014-06-09; Same as before

Changed in this revision

MMA8451Q_tb.h Show annotated file Show diff for this revision Revisions of this file
--- a/MMA8451Q_tb.h	Tue Apr 29 23:16:16 2014 +0000
+++ b/MMA8451Q_tb.h	Mon Jun 09 18:09:51 2014 +0000
@@ -56,6 +56,7 @@
   void getAccAllAxis(float * res);
   
   // Get all axis in one read of all six registers (x,y,z MSB and LSB)
+  // Takes a pointer to a 3 member array
   void fastRead(float * acc_arr);
   
   void readRegs(int addr, uint8_t * data, int len);