Rev 2019 | Rev 2035 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2019 | Rev 2033 | ||
---|---|---|---|
Line 291... | Line 291... | ||
291 | 291 | ||
292 | /* |
292 | /* |
293 | * Zero-offset accelerometers and write the calibration data to EEPROM. |
293 | * Zero-offset accelerometers and write the calibration data to EEPROM. |
294 | */ |
294 | */ |
- | 295 | void analog_calibrateAcc(void); |
|
- | 296 | ||
- | 297 | ||
- | 298 | void analog_setGround(); |
|
- | 299 | ||
- | 300 | int32_t analog_getHeight(void); |
|
- | 301 | int16_t analog_getDHeight(void); |
|
295 | void analog_calibrateAcc(void); |
302 |