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@0:491bc4ee502e, 2017-08-24 (annotated)
- Committer:
- bala0x07
- Date:
- Thu Aug 24 08:54:43 2017 +0000
- Revision:
- 0:491bc4ee502e
- Child:
- 1:ecd469d7323d
- Child:
- 2:c4fb968de7d3
ACC_24_8_17
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bala0x07 | 0:491bc4ee502e | 1 | |
| bala0x07 | 0:491bc4ee502e | 2 | char int1_src[1] = {0x31}; |
| bala0x07 | 0:491bc4ee502e | 3 | char int2_src[1] = {0x35}; |
| bala0x07 | 0:491bc4ee502e | 4 | |
| bala0x07 | 0:491bc4ee502e | 5 | char initialize_accelerometer(void); |
| bala0x07 | 0:491bc4ee502e | 6 | void configure_accelerometer(void); |
| bala0x07 | 0:491bc4ee502e | 7 | void initialize_internal_temperature_sensor(void); |
| bala0x07 | 0:491bc4ee502e | 8 | void read_acceleration(void); |
| bala0x07 | 0:491bc4ee502e | 9 | void print_data_bits(char); |