Fork
Dependents: BG96_K6xF_pelion-example-frdm BG96_K6xF_pelion-example-frdm_Temp
Revision 1:8461f7fe0a7f, committed 2016-07-29
- Comitter:
- Rhyme
- Date:
- Fri Jul 29 08:22:44 2016 +0000
- Parent:
- 0:2741e9e34e8a
- Child:
- 2:ee0bdc90f4fb
- Commit message:
- Wrong header definition fixed to work with testSensor program
Changed in this revision
| FXAS21002.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FXAS21002.cpp Fri Jul 22 08:31:32 2016 +0000
+++ b/FXAS21002.cpp Fri Jul 29 08:22:44 2016 +0000
@@ -69,7 +69,7 @@
return(value) ;
}
-void selftest(bool mode)
+void FXAS21002::selftest(bool mode)
{
uint8_t value ;
value = getCTRL1() ;
Daniel Lee