RobOmega - PSL RoboCup / Mbed 2 deprecated nRF24L01P_L475VG_CarteBleu

Dependencies:   mbed nRF24L01P

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers bufferCirculaire.h Source File

bufferCirculaire.h

00001 #ifndef BUFFERCIRULAIRE_H
00002 #define BUFFERCIRULAIRE_H
00003 
00004 #define BUFFER_SIZE 128
00005 
00006 void txAddOne(char value);
00007 char txGetOne();
00008 int txRemainingSize();
00009 
00010 #endif