Difference between revisions of "Component: Gyroscope 3-Axis (L3G4200D) (Movement Orientation)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 2.0 |- | width="20%" style="color:gray...") |
|||
Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 36: | Line 38: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 53: | Line 57: | ||
− | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
Revision as of 14:11, 20 January 2023
Author | 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 for the component source code: FC_Comp_Source_Gyroscope_L3G4200D.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
GetZ |
Returns the previously sampled Z axis data | |
![]() |
Return |
![]() |
GetY |
Returns the previously sampled Y axis data | |
![]() |
Return |
![]() |
GetX |
Returns the previously sampled X axis data | |
![]() |
Return |
![]() |
SampleDevice |
Reads the Axis data from the device | |
![]() |
Return |
![]() |
ReadRegister |
Read the data byte at the given address of the device | |
![]() |
Reg |
address of the register to be read | |
![]() |
Return |
![]() |
Initialise |
Initialise the component. | |
![]() |
Return |