Skip to content

Instantly share code, notes, and snippets.

@kenKanata56
Created July 17, 2016 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenKanata56/041856348438f8442fe4fb2332fd3a4e to your computer and use it in GitHub Desktop.
Save kenKanata56/041856348438f8442fe4fb2332fd3a4e to your computer and use it in GitHub Desktop.
/*
* LedDriver.h
*
* Created on: 2016/07/17
* Author: ken
*/
#ifndef LEDDRIVER_H_
#define LEDDRIVER_H_
#ifdef __cplusplus
extern "C" {
#endif
void LedDriver_Create(uint16_t * address);
void LedDriver_Destory(void);
#ifdef __cplusplus
}
#endif
#endif /* LEDDRIVER_H_ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment