MansOS Apps examples

From DiLab
Revision as of 11:32, 4 November 2010 by Girts (talk | contribs)
Jump to: navigation, search

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.