1 / 11

High-Level USART Functions

High-Level USART Functions. Transmit a string Read a line with edit functionality Set ANSI Colors Move the cursor home Clear the current line. High-Level USART Functions. Transmit a String. High-Level USART Functions. Read a line with edit functionality. High-Level USART Functions.

rene
Download Presentation

High-Level USART Functions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. High-Level USART Functions • Transmit a string • Read a line with edit functionality • Set ANSI Colors • Move the cursor home • Clear the current line

  2. High-Level USART Functions • Transmit a String

  3. High-Level USART Functions • Read a line with edit functionality

  4. High-Level USART Functions • Set ANSI Colors

  5. High-Level USART Functions • Move the cursor home

  6. High-Level USART Functions • Clear the current line

  7. Ternary Conditional Assignments • What are they?! • Why would I use them? • Code Sample Before • Code Sample After

  8. Ternary Conditional Assignments • Ternary assignments allow you to assign a variable differently on the basis of a conditional statement

  9. Ternary Conditional Assignments • Shorter Program Code • Slightly Longer Object Code, but... • Less ambiguous statements (once you're familiar with them)‏ • Dazzle your friends with C statements they don't understand

  10. Ternary Conditional Assignments • Before

  11. Ternary Conditional Assignments • After

More Related