Skip to content

Commit c1a82bf

Browse files
committed
更新 main.blocks, matrixLidarDistance.ts
1 parent e04b49a commit c1a82bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.blocks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<xml xmlns="https://developers.google.com/blockly/xml"><variables></variables></xml>
1+
<xml xmlns="https://developers.google.com/blockly/xml"><variables></variables><block type="pxt-on-start" id="}y8Zs)u:JF1USQz8P-l`" x="20" y="20"></block></xml>

matrixLidarDistance.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ namespace matrixLidarDistance {
162162
/**
163163
* When an obstacle within 100 mm is detected, it will output 1; otherwise, it will output 0.
164164
*/
165-
165+
/*
166166
//% block="Warn for close range within 100 mm"
167167
//% weight=80
168168
export function emergencyWarning(): number {
169169
return outEmergencyFlag
170-
}
170+
}*/
171171

172172
/**
173173
* According to the settings of "customized obstacle avoidance distance",

0 commit comments

Comments
 (0)