Ignore:
Timestamp:
Feb 9, 2017, 8:19:28 PM (7 years ago)
Author:
coas-nagasima
Message:

ソフトウェア情報を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/webapp/webmrbc/Arduino/ServoBlock.cs

    r270 r273  
    2121                        this.appendDummyInput()
    2222                                .appendField("割り当てるピン番号")
    23                                 .appendField(GrPeach.PwmPins(), "PIN_NO")
     23                                .appendField(App.TargetBoard.PwmPins(), "PIN_NO")
    2424                                .appendField("Min")
    2525                                .appendField(new FieldTextInput("default"), "MIN")
     
    224224                        var p = new node[] {
    225225                                new int_node(this, number_ch == null ? 0 : Script.ParseInt(number_ch, 10)),
    226                                 new int_node(this, GrPeach.PinNameToNum(dropdown_pin_no)),
     226                                new int_node(this, App.TargetBoard.PinNameToNum(dropdown_pin_no)),
    227227                                new int_node(this, text_min == null ? 0 : Script.ParseInt(text_min, 10)),
    228228                                new int_node(this, text_max == null ? 0 : Script.ParseInt(text_max, 10)),
Note: See TracChangeset for help on using the changeset viewer.