搜索资源列表
Blink
- The platform is TinyOS. Blink is a basic application that toggles the leds on the mote * on every clock interrupt. The clock interrupt is scheduled to * occur every second. The initialization of the clock can be seen * in the Blink initializ
Sense
- The platform is TinyOS. It periodically samples the photo sensor and displays the highest 3 bits of the raw ADC light reading to the LEDs, with RED being the most signficant bit and YELLOW being the least significant bit.
SenseToLeds
- The plotform is TinyOS. When the clock fires, this application reads the light sensor * and displays the higher 3 bits of the ADC readings to LEDs. * * This application behaves the same as Sense in Lesson 2 however, * it is built simply
Oscilloscope
- The plotform is TinyOS. This configuration describes the Oscilloscope application, * a simple TinyOS app that periodically takes sensor readings * and sends a group of readings over the UART. The default * sensor used is the Photo component.