Skip to content
Snippets Groups Projects
Select Git revision
  • aadf674c017666e7fba92ba50dc3f3ac1355e437
  • master default protected
  • condition_monitoring
  • add_smart_forestry_features
  • add_cc4w_features
  • add_SiteStruct_features
  • s3i_v3
  • RIF-waldboden40
  • message_callbacks
  • response_handling_with_async_events
  • fix_enum
  • Einarbeitung_Peng
  • 16-add-Classes-from-DigiKomForst-project
  • digiKomForstServices
  • update_doc
  • 12-emitting-named-events-crashes-application
  • DZ-Wald
  • 1.0.0
  • 0.2.12
  • 0.2.11
  • 0.2.10
  • 0.2.9
  • 0.2.8
  • 0.2.7
  • 0.2.6
  • 0.2.5.3
  • 0.2.5.2
  • 0.2.5.1
  • 0.2.5
  • v0.2.0
30 results

thing.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ConnectionType.m 414 B
    classdef ConnectionType < uint8
        %ConnectionType Type resp. status of connection at a certain port.
        enumeration
            Unknown (111)
            DaisyChain (117)
            NXTColor (118)
            NXTDumb (119)
            NXTIIC (120)
            InputDumb (121)
            InputUART (122)
            OutputDumb (123)
            OutputIntelligent (124)
            OutputTacho (125)
            None (126)
            Error (127)
        end
    end