📄 sky.txt
字号:
/** \addtogroup platform * @{ **//**\defgroup sky The Tmote Sky BoardThe Tmote Sky platform is a wireless sensor board from Moteiv. It isan MSP430-based board with an 802.15.4-compatible CC2420 radio chip, a1 megabyte external serial flash memory, and two lightsensors. Contiki was ported to the Tmote Sky by Bj鰎n Gr鰊vall as partof the RUNES project. The Tmote Sky port was integrated into theContiki build system in March 2007.The platform-specif source code for the Tmote Sky port can be found inthe directories platform/sky and cpu/msp430 in the Contiki sourcetree. Code for writing to the on-chip flash ROM is in thecpu/msp430/flash.c and code for reading and writing to the externalflash is the file platform/sky/dev/xmem.c. Code for reading the lightsensors is in platform/sky/dev/light.c.The serial/USB port is read from and written to with either the codein cpu/msp430/dev/uart1.c or platform/sky/slip_uart1.c, depending onweather or not the Tmote Sky is running TCP/IP or not.There are currently two CC2420 drivers in the Contiki source code,core/dev/simple-cc2420.c (a really simple CC2420 driver) andcore/dev/cc2420.c (a more feature-rich CC2420 driver).More information about the Tmote Sky, including data sheets, can befound at Moteiv's web site: http://www.moteiv.com@{*//** @} *//** @} */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -