You are on page 1of 1

#ifndef SHIFTREGISTERWRITE_H

#define SHIFTREGISTERWRITE_H
/****************************************************************************
Header file for ShiftRegisterWrite
based on the Gen 2 Events and Services Framework
****************************************************************************/
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include
#include
#include
#include
#include
#include
#include

"ES_Port.h"
"termio.h"
"inc/hw_memmap.h"
"inc/hw_types.h"
"inc/hw_gpio.h"
"inc/hw_sysctl.h"
"driverlib/gpio.h"

#include "DEFINITIONS.h"
void SR_Init(void);
uint8_t SR_GetCurrentRegister(uint8_t SR_STRING);
void SR_Write(uint8_t SR_STRING_X, uint8_t NewValue);
void SR_Post(uint8_t SR_STRING_X);
static void SR_setDS(uint8_t SR_STRING_X, uint8_t DSVal);
static void SR_pulse(uint32_t SR_PORT_X, uint8_t SR_XCLK_X);
#endif

You might also like