aboutsummaryrefslogtreecommitdiff
path: root/sudden_motion_sensor.c
AgeCommit message (Collapse)Author
2011-11-18standardized on hans@eds.orgHans-Christoph Steiner
svn path=/trunk/externals/apple/; revision=15793
2011-11-03only use new 10.5+ API on 10.6+ as an easy way to filter against PowerPC ↵Hans-Christoph Steiner
builds which still run on 10.4 since 10.6 does not support PowerPC svn path=/trunk/externals/apple/; revision=15696
2011-11-03use Gestalt for runtime Mac OS X version detection, and let this build on < 10.5Hans-Christoph Steiner
svn path=/trunk/externals/apple/; revision=15695
2011-10-10updated to use new 10.5 API if available, otherwise use API that was ↵Hans-Christoph Steiner
deprecated in 10.5 and removed in 10.6 svn path=/trunk/externals/apple/; revision=15562
2008-03-17got a very rough version of the sudden motion sensor/accelerometer workingHans-Christoph Steiner
svn path=/trunk/externals/apple/; revision=9604
2008-03-13I have the code working as well as the any other app, but my sensor seems to ↵Hans-Christoph Steiner
be broken, the values don't change. now it is time to clean up the code svn path=/trunk/externals/apple/; revision=9579