Lincoln Examples
From Manuals
(Difference between revisions)
(Created page with 'The Micromint Lincoln includes an extensive set of code examples to help you get started with your applications. This table summarizes the examples available for different models…') |
|||
| Line 21: | Line 21: | ||
|[[Lincoln CAN Example|can]] | |[[Lincoln CAN Example|can]] | ||
|CAN Bus exercise | |CAN Bus exercise | ||
| - | |[[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]](*) |
| - | |[[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]](*) |
|- | |- | ||
|[[Lincoln DAC Example|dac]] | |[[Lincoln DAC Example|dac]] | ||
| Line 46: | Line 46: | ||
|[[Lincoln pwm_single Example|pwm_single]] | |[[Lincoln pwm_single Example|pwm_single]] | ||
|Demonstrates PWM in single edge mode | |Demonstrates PWM in single edge mode | ||
| - | [[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]] |
| - | [[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]] |
|- | |- | ||
|[[Lincoln rtc Example|rtc]] | |[[Lincoln rtc Example|rtc]] | ||
|Simple Real Time Clock demonstration | |Simple Real Time Clock demonstration | ||
| - | [[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]] |
| - | [[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]] |
|- | |- | ||
|[[Lincoln sd_card Example|sd_card]] | |[[Lincoln sd_card Example|sd_card]] | ||
|microSD card using FAT file system | |microSD card using FAT file system | ||
| - | [[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]] |
| - | [[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]] |
|- | |- | ||
|[[Lincoln timer Example|timer]] | |[[Lincoln timer Example|timer]] | ||
|Timer interrupts | |Timer interrupts | ||
| - | |[[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]] |
| - | |[[Image:checkmark.gif]] | + | |[[Image:checkmark.gif]] |
|- | |- | ||
|[[Lincoln uart_echo Example|uart_echo]] | |[[Lincoln uart_echo Example|uart_echo]] | ||
Revision as of 14:10, 10 March 2011
The Micromint Lincoln includes an extensive set of code examples to help you get started with your applications. This table summarizes the examples available for different models of the Lincoln line. Our support staff ( support@micromint.com) can assist you with questions on specific functions.
| Example | Description | Lincoln 60E | Lincoln 60 |
|---|---|---|---|
| adc | Analog to Digital Converter | ||
| blinky | Blink the on board User LEDs | ||
| can | CAN Bus exercise | ||
| dac | 10-bit Digital to Analog Converter | ||
| emac_uip | Simple uIP web server | ||
| hello | Simple console output | ||
| pwm_dual | Demonstrates PWM in edge and single mode | ||
| pwm_single | Demonstrates PWM in single edge mode | ||
| rtc | Simple Real Time Clock demonstration | ||
| sd_card | microSD card using FAT file system | ||
| timer | Timer interrupts | ||
| uart_echo | UART interrupts | ||
| usb_dev_hid | USB Human Interface Device | ||
| usb_dev_msc | USB Device Mass Storage Demo | ||
| usb_host_msc | USB Host Mass Storage Demo | ||
| watchdog | Watchdog example |
