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: mbed
main.h@2:c4fb968de7d3, 2017-09-02 (annotated)
- Committer:
- subinmbed
- Date:
- Sat Sep 02 11:09:35 2017 +0000
- Revision:
- 2:c4fb968de7d3
- Parent:
- 0:491bc4ee502e
Accelerometer commented
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bala0x07 | 0:491bc4ee502e | 1 | |
| subinmbed | 2:c4fb968de7d3 | 2 | //extern char int1_src[1] = {0x31}; |
| subinmbed | 2:c4fb968de7d3 | 3 | //extern char int2_src[1] = {0x35}; |
| subinmbed | 2:c4fb968de7d3 | 4 | //char clk_src[1] = {0x39}; |
| subinmbed | 2:c4fb968de7d3 | 5 | |
| subinmbed | 2:c4fb968de7d3 | 6 | extern char JERK_FLAG,MOVEMENT_FLAG,MOTION,FIRST,SECOND,NEXT_TIME,START_TO_MOVING,MOVING_TO_STOP,PRE_MOVING,TIMER_RUNNING; |
| subinmbed | 2:c4fb968de7d3 | 7 | extern Serial pc; |
| subinmbed | 2:c4fb968de7d3 | 8 | extern float TIMING,FIRST_TIME,CURRENT_TIME; |
| bala0x07 | 0:491bc4ee502e | 9 | |
| subinmbed | 2:c4fb968de7d3 | 10 | extern long speed,FIRST_SPEED,CURRENT_SPEED; |
| subinmbed | 2:c4fb968de7d3 | 11 | |
| subinmbed | 2:c4fb968de7d3 | 12 | extern DigitalOut ACC_LED; |
| subinmbed | 2:c4fb968de7d3 | 13 | extern I2C i2c; |
| subinmbed | 2:c4fb968de7d3 | 14 | extern Timer t; |
| subinmbed | 2:c4fb968de7d3 | 15 | |
| subinmbed | 2:c4fb968de7d3 | 16 | |
| subinmbed | 2:c4fb968de7d3 | 17 | extern InterruptIn change; // INT1 |
| subinmbed | 2:c4fb968de7d3 | 18 | extern InterruptIn jerk; //INT2 |