Fork
Dependents: BG96_K6xF_pelion-example-frdm BG96_K6xF_pelion-example-frdm_Temp
Diff: FXAS21002.cpp
- Revision:
- 1:8461f7fe0a7f
- Parent:
- 0:2741e9e34e8a
- Child:
- 2:ee0bdc90f4fb
--- 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