UNPKG

@robotical/sensors-dashboard

Version:

A dashboard tool for depicting Marty data by Robotical

19 lines (18 loc) 1.01 kB
export declare const MOTOR_POSITION_NAME = "Motor Position"; export declare const MOTOR_CURRENT_NAME = "Motor Current"; export declare const MAGNETOMETER_NAME = "Magnetometer"; export declare const ACCELEROMETER_NAME = "Accelerometer"; export declare const ACCELEROMETER_NAME_X = "X axis"; export declare const ACCELEROMETER_NAME_Y = "Y axis"; export declare const ACCELEROMETER_NAME_Z = "Z axis"; export declare const COG_LIGHT_NAME = "Light"; export declare const COG_LIGHT_AMB = "Ambient"; export declare const COG_IR_BUTTON = "Infrared Button"; export declare const COG_IR_LEFT = "Infrared Left"; export declare const COG_IR_RIGHT = "Infrared Right"; export declare const COG_STATE_NAME = "Cog State"; export declare const COG_TILT_NAME = "Tilt Direction?"; export declare const COG_MOVEMENT_TYPE_NAME = "Movement?"; export declare const COG_BUTTON_CLICK_NAME = "Button Clicked?"; export declare const COG_OBJECT_SENSE_NAME = "Object Sensed?"; export declare const COG_LIGHT_SENSE_NAME = "Light Sensed?";