Skip to content
Snippets Groups Projects
Select Git revision
  • 41d1572918a2ee91a88bc155112bf13f428a70f1
  • main default protected
  • feature/updated_engine_docu
  • feature/new_systems_methodology
  • fix/missing-API-documentation-for-python-modules
  • fix/missing-api-documentation
  • feature/python_example_folder_update
  • beta_release protected
  • fix/revert-gitlab-config
  • fix/citationEcologicalAssessment
  • documentation/styleupdate
  • feature/lightMode
  • documentation/create_mission_xml
  • 28-empennage-design-update-documentation-according-to-workshop
  • documentation/fix-dot-equations
  • documentation/propulsion-design-module
  • documentation/gitlab-workflow
  • documentation/cost_estimation_update
  • documentation/mkdocs_python_update
  • documentation/tank_design_update
  • documentation/landing_gear_design_update
  • 0.5.0
22 results

index.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    LEDPattern.m 266 B
    classdef LEDPattern < uint8
        enumeration 
            Black (0)
            Green (1)
            Red   (2)
            Orange (3)
            GreenFlash (4)
            RedFlash (5)
            OrangeFlash (6)
            GreenPulse (7)
            RedPulse (8)
            OrangePulse (9)
        end
    end