Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

common.h

Joseph Ryan edited this page Aug 19, 2017 · 4 revisions

Go to the source code for common.h

Includes

  • #include <StellarisWare/inc/hw_types.h>
  • #include "uart.h"

Functions

Function Documention


Dummy

Function which does nothing

void Dummy(void);


InitializeMCU

Sets up the LM4F to use RASLib

void InitializeMCU(void);


OnHardFault

Set up a function to be called on hard-fault.

void OnHardFault(tCallback cb, void *data);


Clone this wiki locally