Skip to content

Commit b1ee3b3

Browse files
committed
eerste commit
1 parent 1ba193f commit b1ee3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace sonar {
3232
* @param unit desired conversion unit
3333
* @param maxCmDistance maximum distance in centimeters (default is 500)
3434
*/
35-
//% blockId=sonar_ping block="ping adres %adres|trig %trig|echo %echo|unit %unit"
35+
//% blockId=sonar_ping block="ping I2Cadres %adres|trig %trig|echo %echo|unit %unit"
3636
export function ping(adres: I2Cadres, trig: DigitalPin, echo: DigitalPin, unit: PingUnit, maxCmDistance = 500): number {
3737
// send pulse
3838
var _startPulse = Date.now();

0 commit comments

Comments
 (0)