Changeset 2637
- Timestamp:
- Oct 22, 2011 6:03:25 AM (19 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/1.75/accelerometer.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/accelerometer.fth
r2626 r2637 310 310 d# 50 value min-y 311 311 d# 150 value min-z 312 d# 1 00 value max-x313 d# 1 00 value max-y314 d# 300 value max-z312 d# 150 value max-x 313 d# 150 value max-y 314 d# 450 value max-z 315 315 : range? ( delta max-delta -- error? ) between 0= ; 316 316 … … 386 386 \ Support for new LIS3DHTR chip 387 387 d# 50 to min-x d# 50 to min-y d# 50 to min-z 388 d# 150 to max-x d# 150 to max-y d# 300 to max-z388 d# 150 to max-x d# 150 to max-y d# 450 to max-z 389 389 h# 32 6 encode-phys " reg" property 390 390 ['] lis3dhtr-selftest to lis-selftest
Note: See TracChangeset
for help on using the changeset viewer.
