The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Device::Gyro::IXBLUE - Perl module to interface with a IXBLUE Gyro

SYNOPSIS

use Device::Gyro::IXBLUE;

# Get list of NMEA strings 
$line_lst = read_strings(); 

my $data_ref = $Ixblue_obj->process_paragraph($line_lst);

DESCRIPTION

Device::Gyro::IXBLUE parses the NMEA strings returned from the IXBLUE Gyro

EXPORT

SEE ALSO

AUTHOR

Steve Troxel

COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.