Skip to content

Instantly share code, notes, and snippets.

@michaellin
Created December 1, 2015 04:32
Show Gist options
  • Save michaellin/4dc301456ea2a042d494 to your computer and use it in GitHub Desktop.
Save michaellin/4dc301456ea2a042d494 to your computer and use it in GitHub Desktop.
#ifndef SR_for_LCD_H
#define SR_for_LCD_H
#include <stdint.h>
void SR_Init_LCD(void); // Function to initialize bits from Tiva (port B) to SR
uint8_t SR_GetCurrentRegister_LCD(void); // Function to get value of SR output
void SR_Write_LCD(uint8_t NewValue); // Function to write bits to SR
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment