File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3810,15 +3810,18 @@ Blockly.Blocks['rfid_new'] = {
38103810 this . appendDummyInput ( )
38113811 . appendField ( "RFID,SDA" )
38123812 . appendField ( new Blockly . FieldDropdown ( [
3813- [ "10" , "10" ]
3813+ [ "10" , "10" ] ,
3814+ [ "15" , "15" ]
38143815 ] ) , "sda_" )
38153816 . appendField ( " SCK" )
38163817 . appendField ( new Blockly . FieldDropdown ( [
3817- [ "13" , "13" ]
3818+ [ "13" , "13" ] ,
3819+ [ "14" , "14" ]
38183820 ] ) , "sck_" )
38193821 . appendField ( " MOSI" )
38203822 . appendField ( new Blockly . FieldDropdown ( [
3821- [ "11" , "11" ]
3823+ [ "11" , "11" ] ,
3824+ [ "13" , "13" ]
38223825 ] ) , "mosi_" )
38233826 . appendField ( " MISO" )
38243827 . appendField ( new Blockly . FieldDropdown ( [
Original file line number Diff line number Diff line change 765765 <block type =" adxl345_val" ></block >
766766 <block type =" adxl345_off" ></block >
767767 </category >
768- <category id =" catRFID" tags = " fly,mark1 " >
768+ <category id =" catRFID" >
769769 <block type =" variables_set" >
770770 <field name =" VAR" >rfid</field >
771771 <value name =" VALUE" >
You can’t perform that action at this time.
0 commit comments