mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 06:11:24 +03:00
11 lines
357 B
C
11 lines
357 B
C
![]() |
|
||
|
#ifndef MDC1200H
|
||
|
#define MDC1200H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int MDC1200_encode_single_packet(uint8_t *data, const uint8_t op, const uint8_t arg, const uint16_t unit_id);
|
||
|
int MDC1200_encode_double_packet(uint8_t *data, const uint8_t op, const uint8_t arg, const uint16_t unit_id, const uint8_t b0, const uint8_t b1, const uint8_t b2, const uint8_t b3);
|
||
|
|
||
|
#endif
|