?? 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 + -