platformserialc.nc
来自「tinyos2.0版本驱动」· NC 代码 · 共 16 行
NC
16 行
configuration PlatformSerialC { provides interface StdControl; provides interface UartStream;}implementation { components new Msp430Uart1C() as UartC; UartStream = UartC; components TinyNodeSerialP; StdControl = TinyNodeSerialP; TinyNodeSerialP.Msp430UartConfigure <- UartC.Msp430UartConfigure; TinyNodeSerialP.Resource -> UartC.Resource;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?