FRC900 / navX-MXP-LabVIEW

LabVIEW library for communicating with Kauailabs navX MXP Robotics Navigation Sensor
MIT License
1 stars 6 forks source link

Missing NAVX_INTEGRATION_CTL functions #9

Closed jrjparks closed 8 years ago

jrjparks commented 8 years ago

define NAVX_INTEGRATION_CTL_RESET_VEL_X 0x01

define NAVX_INTEGRATION_CTL_RESET_VEL_Y 0x02

define NAVX_INTEGRATION_CTL_RESET_VEL_Z 0x04

define NAVX_INTEGRATION_CTL_RESET_DISP_X 0x08

define NAVX_INTEGRATION_CTL_RESET_DISP_Y 0x10

define NAVX_INTEGRATION_CTL_RESET_DISP_Z 0x20

define NAVX_INTEGRATION_CTL_RESET_YAW 0x80