Hello List,
it is instaed really impressive,
but it eats a lot of CPU too.
Jerome
Soeren Sonnenburg wrote:
> On Fri, 2007-06-08 at 13:37 -0400, Forrest Voight wrote:
>> Soeren: You probably don't have the applesmc module installed or are
>> using a git kernel. Try to find a position file in /sys
On Fri, 2007-06-08 at 13:37 -0400, Forrest Voight wrote:
> Soeren: You probably don't have the applesmc module installed or are
> using a git kernel. Try to find a position file in /sys (eg. find /sys
indeed, I just wanted the sensors to work with 'sensors/the sensors
applets'
> | grep position )
Soeren: You probably don't have the applesmc module installed or are
using a git kernel. Try to find a position file in /sys (eg. find /sys
| grep position ) and replace the file with that one in the source.
Thomas: I'm probably going to on my webpage with GPL.
Thanks for testing! Soon I'm going
For anyone who is interested, I have made a program that display the
accelerometer data like a seismograph. It also draws some vertical
lines when you press keys so you can see the vibrations.
It requires PyGame.
Forrest
import math
import pygame
from pygame.locals import *
def main():
pygame