Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FXAS21002 mbed vt100
Diff: test_FXAS21002.cpp
- Revision:
 - 2:551b32d38161
 - Parent:
 - 0:5306d38db3c9
 - Child:
 - 4:db440780b6d5
 
--- a/test_FXAS21002.cpp	Fri Jul 22 08:33:39 2016 +0000
+++ b/test_FXAS21002.cpp	Mon Apr 24 02:46:41 2017 +0000
@@ -16,6 +16,8 @@
     fxas = new FXAS21002(PIN_SDA, PIN_SCL, FXAS21002_I2C_ADDRESS) ;
     fxas->activate(true) ;
     
+    printf("=== test FXAS21002 for %s (%s) ===\n", BOARD_NAME, __DATE__) ;
+    
     while(1) {
         data[0] = fxas->getX() ;
         data[1] = fxas->getY() ;