EV3 Gyro Sensor Turns

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 3

  • @wyldgoose
    @wyldgoose 6 лет назад

    ok, what's in the "trim" myblock?

    • @kenahoo
      @kenahoo  6 лет назад

      Wyld Goose I don’t have it available right now to show, but it just restricts the input number to a specified range between a minimum and a maximum.

    • @wyldgoose
      @wyldgoose 5 лет назад

      @@kenahoo
      Raw_Input (from advance math block), Pos Pwr Input, Neg Pwr Input, & Pwr Output
      If Raw Input >= Pos Pow Input
      - True -> Set Pwr Output to the value of Pos Pwr Input
      - False-> If Raw Input Set Pwr Output to the value of Neg Pwr Input
      .............-False -> do nothing
      good?