RobOmega - PSL RoboCup / Mbed 2 deprecated nRF24L01P_L475VG_CarteBleu

Dependencies:   mbed nRF24L01P

Revision:
3:1da946d6339d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bufferCirculaire.h	Fri Jan 08 08:49:45 2021 +0000
@@ -0,0 +1,10 @@
+#ifndef BUFFERCIRULAIRE_H
+#define BUFFERCIRULAIRE_H
+
+#define BUFFER_SIZE 128
+
+void txAddOne(char value);
+char txGetOne();
+int txRemainingSize();
+
+#endif
\ No newline at end of file