コード例 #1
0
ファイル: ds325.py プロジェクト: Snkz/DepthSense-SimpleCV
    def getAcceleration(self):
        ''' Return the current acceleration of the device (x,y,z) measured in 
        g force as a numpy array '''

        return ds.getAcceleration()
コード例 #2
0
ファイル: ds325.py プロジェクト: AIWEBBOT/VIZ12a
    def getAcceleration(self):
        ''' Return the current acceleration of the device (x,y,z) measured in 
        g force as a numpy array '''

        return ds.getAcceleration()