Changeset 3438
- Timestamp:
- Nov 16, 2012 9:27:02 AM (6 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/accelerometer.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/accelerometer.fth
r3423 r3438 76 76 \ The numbers are in units of "1LSB = 1mg", 1000 unit = 1 gravity. 77 77 78 d# 80 value min-x79 d# 20 value min-y80 d# 80 value min-z78 d# 60 value min-x 79 d# 60 value min-y 80 d# 40 value min-z 81 81 d# 1700 value max-x 82 82 d# 1700 value max-y … … 180 180 \ Support for new LIS3DHTR chip 181 181 d# 400,000 to bus-speed 182 d# 80 to min-x d# 20 to min-y d# 80 to min-z182 d# 60 to min-x d# 60 to min-y d# 40 to min-z 183 183 d# 1700 to max-x d# 1700 to max-y d# 1400 to max-z 184 184 h# 19 1 reg
Note: See TracChangeset
for help on using the changeset viewer.
