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.
Fork of Dealer_23Feb by
Accelerometer.h@26:506380fccce2, 2017-03-20 (annotated)
- Committer:
- NarendraSingh
- Date:
- Mon Mar 20 02:44:45 2017 +0000
- Revision:
- 26:506380fccce2
- Parent:
- 11:77e595130230
Before troubleshooting BLE Transmitter
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| NarendraSingh | 11:77e595130230 | 1 | #include "mbed.h" |
| NarendraSingh | 11:77e595130230 | 2 | #include "Common_Defs.h" |
| NarendraSingh | 11:77e595130230 | 3 | |
| NarendraSingh | 11:77e595130230 | 4 | |
| NarendraSingh | 11:77e595130230 | 5 | #define MOTION_TYPE_UNKNOWN 0x00 |
| NarendraSingh | 11:77e595130230 | 6 | #define MOTION_TYPE_START_TO_STOP 0x01 |
| NarendraSingh | 11:77e595130230 | 7 | #define MOTION_TYPE_STOP_TO_START 0x02 |
| NarendraSingh | 11:77e595130230 | 8 | #define MOTION_TYPE_TAP 0x03 |
| NarendraSingh | 11:77e595130230 | 9 | /* |
| NarendraSingh | 11:77e595130230 | 10 | extern unsigned char x_axis, y_axis, z_axis; |
| NarendraSingh | 11:77e595130230 | 11 | extern unsigned char Motion_Type_Detected; |
| NarendraSingh | 11:77e595130230 | 12 | extern uint8 Accelerometer_Interrupt_Generated; |
| NarendraSingh | 11:77e595130230 | 13 | extern void Accelerometer_Process_thread(void const *args);*/ |
