File: HMC5883L.md

package info (click to toggle)
kuttypy 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,896 kB
  • sloc: python: 58,651; javascript: 14,686; xml: 5,767; ansic: 2,716; makefile: 453; asm: 254; sh: 48
file content (20 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## MPU6050 sensor

 Read values from a MPU6050 accelerometer and dump them to the serial port.

The code

```python

```

## Example calculations

The BMP180 hardware contains a dozen calibration coefficients which must be read and stored before acquiring data.
We have avoided this step to avoid complicating the program, and have instead provided sample values for the
temperature measurement process.

```bash
```

Sample calculation for raw values 116(MSB), 196(LSB) .