Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
311 B

  1. # 1 "/home/admin/SimulationCore2/CSharp/Equipments/ControlPanels/CEquipmentsConstants.f90"
  2. module CEquipmentsConstants
  3. implicit none
  4. public
  5. ! LED State Types
  6. integer :: LedOff = 0
  7. integer :: LedOn = 1
  8. integer :: LedBlinking = 2
  9. contains
  10. end module CEquipmentsConstants