Skip to content

Commit 4725902

Browse files
authored
Update IR.ino
1 parent 1afe439 commit 4725902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/Unit/IR/IR.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ int cur_recv_value = 0;
2424
void setup() {
2525
M5.begin();
2626
M5.Power.begin();
27-
Serial.begin(115200);
2827
pinMode(ir_recv_pin, INPUT);
2928
pinMode(ir_send_pin, OUTPUT);
3029
//send infrared light. 发送红外线

0 commit comments

Comments
 (0)