mirror of
https://git.etud.insa-toulouse.fr/boujon/voilier-team-1.git
synced 2025-06-08 16:00:49 +02:00
7 lines
118 B
C
7 lines
118 B
C
#ifndef REMOTE_H
|
|
#define REMOTE_H
|
|
#include "../driver/uart.h"
|
|
|
|
//XBEE 9600 baud, zero parite, 1 bit de stop,
|
|
|
|
#endif
|