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.
ADXL.h
00001 #ifndef ADXL_H 00002 #define ADXL_H 00003 00004 #include "mbed.h" 00005 00006 extern SPI acc; 00007 extern DigitalOut cs; 00008 extern char buffer[6]; 00009 extern int16_t tempData[3]; 00010 extern float x, y, z; 00011 00012 void accConfig(); 00013 void getAccel(float* data); 00014 00015 #endif
Generated on Fri Jul 15 2022 22:03:38 by
1.7.2
