dumber/incubateur/dumby_rtos2/dumby2/Inc/Xbee.h
Sébastien DI MERCURIO 776a2f4ce6 initial commit
2018-08-27 16:39:49 +02:00

11 lines
173 B
C

#ifndef XBEE_H
#define XBEE_H
#include "stm32f1xx_hal.h"
int xbeeSend(int addr_destination, char *str);
void xbee_debug_send(int address, char *str);
#endif