You are on page 1of 1

/*

* LEDRegisterWrite.h
*
* This module is used to interfact the LED shift register
*
* Author: Paul Westhoff ME218A FAll 2017
*/

#ifndef _LEDREGISTERWRITE_H
#define _LEDREGISTERWRITE_H

uint16_t LED_GetCurrentRegister(void);
void LED_Write(uint16_t NewValue);

#endif // _LEDREGISTERWRITE_H

You might also like