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