Robot_Riombotique/communication.h

6 lines
216 B
C
Raw Permalink Normal View History

2024-01-09 20:03:50 +00:00
#include "i2c_maitre.h"
void communication_init(void);
2024-01-12 17:30:24 +00:00
void communication_send_message(unsigned char * message, unsigned int message_length);
enum i2c_resultat_t communication_read_message(unsigned char * message);