3-Axis Digital Angular Rate Gyroscope
Dependents: test_FXAS21002 testSensor RD-KL25Z-AGMP01_SensorStream pelion-example-frdm ... more
Revision 1:8461f7fe0a7f, committed 2016-07-29
- Comitter:
- Rhyme
- Date:
- Fri Jul 29 08:22:44 2016 +0000
- Parent:
- 0:2741e9e34e8a
- 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 |
diff -r 2741e9e34e8a -r 8461f7fe0a7f FXAS21002.cpp --- 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() ;