revised code

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

shared.h File Reference

shared.h File Reference

------------------------------------------------------------------------------- -- -- ECEN 5803 Mastering Embedded System Architecture -- -- Project 1 Module 4 -- -- Microcontroller Firmware -- -- shared.h -- -- -- ------------------------------------------------------------------------------- -- -- Designed for: University of Colorado at Boulder -- -- -- Designed by: Tim Scherr -- Revised by: Student's name -- -- Version: 2.1 -- Date of current revision: 2017-09-25 -- Target Microcontroller: Freescale MKL25ZVMT4 -- Tools used: ARM mbed compiler -- ARM mbed SDK -- Freescale FRDM-KL25Z Freedom Board -- -- -- Functional Description: Header file for all globals -- -- Copyright (c) 2015, 2016 Tim Scherr All rights reserved. More...

Go to the source code of this file.

Functions

void serial (void)
 function polls the serial port for Rx or Tx data
void UART_msg_process (void)
 UART Input Message Processing.

Detailed Description

-----------------------------------------------------------------------------

-- -- -- ECEN 5803 Mastering Embedded System Architecture -- -- Project 1 Module 4 -- -- Microcontroller Firmware -- -- shared.h -- -- -- ------------------------------------------------------------------------------- -- -- Designed for: University of Colorado at Boulder -- -- -- Designed by: Tim Scherr -- Revised by: Student's name -- -- Version: 2.1 -- Date of current revision: 2017-09-25 -- Target Microcontroller: Freescale MKL25ZVMT4 -- Tools used: ARM mbed compiler -- ARM mbed SDK -- Freescale FRDM-KL25Z Freedom Board -- -- -- Functional Description: Header file for all globals -- -- Copyright (c) 2015, 2016 Tim Scherr All rights reserved.

-----------------------------------------------------------------------------

-- -- -- ECEN 5803 Mastering Embedded System Architecture -- -- Project 1 Module 4 -- -- Microcontroller Firmware -- -- shared.h -- -- -- ------------------------------------------------------------------------------- -- -- Designed for: University of Colorado at Boulder -- -- -- Designed by: Tim Scherr -- Revised by: Naved Maududi and Bryan Cisneros -- -- Version: 2.1 -- Date of current revision: 2017-09-25 -- Target Microcontroller: Freescale MKL25ZVMT4 -- Tools used: ARM mbed compiler -- ARM mbed SDK -- Freescale FRDM-KL25Z Freedom Board -- -- -- Functional Description: Header file for all globals -- -- Copyright (c) 2015, 2016 Tim Scherr All rights reserved.

--

Definition in file shared.h.


Function Documentation

void serial ( void   )

function polls the serial port for Rx or Tx data

Definition at line 73 of file UART_poll.cpp.

void UART_msg_process ( void   )

UART Input Message Processing.

Definition at line 222 of file Monitor.cpp.