📄 ultrasoundcontrol.nc
字号:
/** * Cricket v2 Ultrasound Control interface. * @author David Moore */interface UltrasoundControl{ async command result_t StartDetector(uint16_t timeout); async command result_t StopDetector(); async event result_t PulseDetected(uint16_t time); async event result_t DetectorTimeout(); command result_t SetGain(uint8_t val); async command result_t SendPulse();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -