mikrosdk interface
More...
#include <stdint.h>
Go to the source code of this file.
◆ relay_state
Enumerator |
---|
RELAY_OFF | |
RELAY_ON | |
◆ relay_status
Enumerator |
---|
RELAY_ST_OK | |
RELAY_ST_FAIL | |
◆ MIKROSDK_RELAY_Driver()
uint8_t MIKROSDK_RELAY_Driver |
( |
uint8_t |
relay_1_state, |
|
|
uint8_t |
relay_2_state |
|
) |
| |
◆ MIKROSDK_RELAY_Initialise()
uint8_t MIKROSDK_RELAY_Initialise |
( |
void |
| ) |
|
◆ MIKROSDK_RELAY_pin_mapping()
void MIKROSDK_RELAY_pin_mapping |
( |
uint8_t |
r1, |
|
|
uint8_t |
r2 |
|
) |
| |
◆ MIKROSDK_RELAY_set_state()
void MIKROSDK_RELAY_set_state |
( |
uint8_t |
num, |
|
|
uint8_t |
state |
|
) |
| |