Difference between revisions of "MansOS Apps examples"

From DiLab
Jump to: navigation, search
(New page: There are several application examples located in <mansosroot>/apps directory. For example: * Blink - simple blink of LEDs. Also works for PC platform. * BlinkDev - blink using the LEDs...)
 
Line 3: Line 3:
For example:
For example:


* Blink - simple blink of LEDs. Also works for PC platform.
* demo/Blink - simple blink of LEDs. Also works for PC platform.


* BlinkDev - blink using the LEDs as a device.
* demo/dev/BlinkDev - blink using the LEDs as a device.


* test/AdcTest - a simple program that scans all ADC channels and prints the values using the debugging mechanism macros PRINT, PRINNTLN and PRINTF.


* demo/dev/AdcDev - ADC as a device.
* Adc - a simple program that scans all ADC channels and prints the values using the debugging mechanism macros PRINT, PRINNTLN and PRINTF.

* AdcDev - Adc as a device.

* Command - a command line shell on a host computer accessing motes via unix-like commands such as ls and providing SMP - sensor management protocol to access, query, and command the motes and their resources aover the serial or USB port and wireless network.

Revision as of 11:32, 4 November 2010

There are several application examples located in <mansosroot>/apps directory.

For example:

  • demo/Blink - simple blink of LEDs. Also works for PC platform.
  • demo/dev/BlinkDev - blink using the LEDs as a device.
  • test/AdcTest - a simple program that scans all ADC channels and prints the values using the debugging mechanism macros PRINT, PRINNTLN and PRINTF.
  • demo/dev/AdcDev - ADC as a device.