Skip to content
Snippets Groups Projects
Select Git revision
  • 12b4c9e6d8deb441acb5da7dfd502a56f6fa92aa
  • master default protected
  • updated_emam2middleware
  • patch-1
  • corrected_get_torcs_image
  • develop
  • multi_variant_model
7 results

torcs_data_preparation.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    SoundSubCodes.m 311 B
    %SoundSubCodes SoundSubCodes enumeration for the brick
    %
    % Notes::
    % - SoundSubCodes can be found in the EV3 documentation and source code
    % (bytecodes.h)
    
    classdef SoundSubCodes < uint8
        enumeration
             Break (0)
             Tone (1)
             Play (2)
             Repeat (3)
             Service (4)
        end
    end