rename signal to show
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef _DEBUG_H_
|
||||
#define _DEBUG_H_
|
||||
#ifndef _SHOW_H_
|
||||
#define _SHOW_H_
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
@ -7,7 +7,7 @@
|
||||
typedef enum { DEBUG_1, DEBUG_2, LED_RED, LED_GREEN } signalPin_t;
|
||||
typedef enum { ON, OFF, TOGGLE } signalAction_t;
|
||||
|
||||
void signal(signalPin_t signalPin, signalAction_t action);
|
||||
void show(signalPin_t signalPin, signalAction_t action);
|
||||
|
||||
|
||||
#endif // _DEBUG_H_
|
||||
#endif // _SHOW_H_
|
Reference in New Issue
Block a user