SHIELD-Malb41k1/SPI/slave/SPI-Slave/bCommands.h
Soundflog 6b39c55d91 Переход на C
Пока не работает
2023-04-27 15:33:58 +03:00

15 lines
209 B
C

#ifndef bCommands_h
#define bCommands_h
#ifdef __cplusplus
extern "C" {
#endif
void SetCommand(char *datalist, int lenght);
void AddSymbol(char *symbols, int lenght);
#ifdef __cplusplus
}
#endif
#endif