embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Hal Seven Seg Module

The Hal Seven Seg Module enables use of the Seven_Seg module with the MSP430F5529. More...

Functions

void hal_seven_seg_Init (void)
 Initialize the Hal Seven Seg Module. More...
 
void hal_Display (uint8_t seg0, uint8_t seg1, uint8_t seg2, uint8_t seg3, uint8_t dec)
 Displays parameters on 4x7 seg display. More...
 

Detailed Description

The Hal Seven Seg Module enables use of the Seven_Seg module with the MSP430F5529.

What Module Does: Abstracts Seven_Seg functions for use on appropriate pin-out

Author
: Michael Sorce
: Alex Marino
: Michael Maloney
: David Gaffney
Version
0.0

Function Documentation

void hal_Display ( uint8_t  seg0,
uint8_t  seg1,
uint8_t  seg2,
uint8_t  seg3,
uint8_t  dec 
)

Displays parameters on 4x7 seg display.

Here is the caller graph for this function:

void hal_seven_seg_Init ( void  )

Initialize the Hal Seven Seg Module.

Initializes the pin-out for the seven seg module

Here is the caller graph for this function: