serial.nc
来自「无线传感器网络中的节点定位算法。详见ReadMe文件。在TinyOS上实现的节点」· NC 代码 · 共 13 行
NC
13 行
/* * Serial.nc * David Moore <dcm@csail.mit.edu> */interface Serial { /* Sets the the stdout file pointer to always print its output * to the serial port. */ command result_t SetStdoutSerial(); /* Callback for when a string is received on the serial port */ event result_t Receive(char * buf, uint8_t len);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?