Fork

Dependents:   BG96_K6xF_pelion-example-frdm BG96_K6xF_pelion-example-frdm_Temp

Files at this revision

API Documentation at this revision

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() ;