mofada
mofada
> 在vue-seamless-scroll元素外嵌套一层,overflow auto就行 你滚轮滚到底部就空白了, 有bug
不, 不看第二个图片的指示器在哪里, 以及打印出来的index , 一直是11/12/0
Not updated in 10 months
重新安装插件, 选择第二个, V1.2.3的版本, 我也出现了同样的问题, 然后选择了 V1.2.3的版本就好了
Reinstall the plugin, choose the second, V1.2.3 version, I also have the same problem, and then choose the V1.2.3 version.
> I think this project is dead... I did some looking around and found https://platformio.org supports Clion and I’ve been using it for a few weeks and found it really...
The distance is still wrong, the error is large
hcsr04.py ```python from microbit import * from machine import time_pulse_us HIGH = 1 LOW = 0 class HCSR04: def __init__(self, triggerPin=pin1, echoPin=pin2): self.triggerPin = triggerPin self.echoPin = echoPin self.triggerPin.write_digital(LOW) self.echoPin.read_digital()...
@walterandreas Try to use it like this, the accuracy is quite high