⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serial.nc

📁 无线传感器网络中的节点定位算法。详见ReadMe文件。在TinyOS上实现的节点定位算法。
💻 NC
字号:
/* * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -