Changeset 3423
- Timestamp:
- Nov 14, 2012 8:11:21 AM (6 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/accelerometer.fth (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/accelerometer.fth
r3421 r3423 77 77 78 78 d# 80 value min-x 79 d# 80 value min-y79 d# 20 value min-y 80 80 d# 80 value min-z 81 81 d# 1700 value max-x … … 133 133 average-acceleration@ ( x y z ) 134 134 135 [ifdef] notyet 135 136 \ Check that the magnitude of the acceleration vector is about 1 G 136 137 3dup not1g? if ( x y z ) … … 139 140 true exit ( -- error? ) 140 141 then ( x y z ) 142 [then] 141 143 142 144 \ Use the device's selftest function to force a change in one direction … … 178 180 \ Support for new LIS3DHTR chip 179 181 d# 400,000 to bus-speed 180 d# 80 to min-x d# 80 to min-y d# 80 to min-z182 d# 80 to min-x d# 20 to min-y d# 80 to min-z 181 183 d# 1700 to max-x d# 1700 to max-y d# 1400 to max-z 182 184 h# 19 1 reg
Note: See TracChangeset
for help on using the changeset viewer.
