Component: Gyroscope 3-Axis (L3G4200D) (Movement Orientation)
From Flowcode Help
(Redirected from Component: ID 447dabf8 4e39 46a5 a3d6 a02341bef0f0)
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 2.0 |
Category | Movement Orientation |
Contents
Gyroscope 3-Axis (L3G4200D) component
Interface to the L3G4200D three axis digital gyroscope. Panel GUI can be used to simulate incoming data for testing.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Gyroscope_L3G4200D.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Gyroscope_L3G4200D.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetX
GetX | |
Returns the previously sampled X axis data | |
- INT | Return |
GetY
GetY | |
Returns the previously sampled Y axis data | |
- INT | Return |
GetZ
GetZ | |
Returns the previously sampled Z axis data | |
- INT | Return |
Initialise
Initialise | |
Initialise the component. | |
- BYTE | Return |
ReadRegister
ReadRegister | |
Read the data byte at the given address of the device | |
- BYTE | Reg |
address of the register to be read | |
- BYTE | Return |
SampleDevice
SampleDevice | |
Reads the Axis data from the device | |
- BYTE | Return |
WriteRegister