package
Version:
v0.0.0-...-a6ce1d2
Opens a new window with list of versions in this module.
Published: Jan 14, 2018
License: GPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Accel is an accelerometer interface
type Reading struct {
Gyro Vec3
Accel Vec3
}
Reading is an accelerometer reading
type Vec3 struct {
X, Y, Z int
}
Vec3 is a 3D vector
Source Files
¶
Click to show internal directories.
Click to hide internal directories.