Alexandre Lemay / Mbed 2 deprecated APP4_FunTimes

Dependencies:   mbed mbed-rtos

Committer:
ThierryLeonard
Date:
Tue Oct 24 07:04:28 2017 +0000
Revision:
7:332766fb3114
Parent:
6:ac7c0ccf9b5d
Child:
8:7c56fb1ed8c0
G.G

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ThierryLeonard 6:ac7c0ccf9b5d 1 #ifndef DEFINES_H
ThierryLeonard 6:ac7c0ccf9b5d 2 #define DEFINES_H
ThierryLeonard 6:ac7c0ccf9b5d 3
ThierryLeonard 6:ac7c0ccf9b5d 4 extern const int us_period ;
ThierryLeonard 7:332766fb3114 5 extern const int us_timeout;
ThierryLeonard 7:332766fb3114 6
ThierryLeonard 7:332766fb3114 7 extern const int us_timeout ;
ThierryLeonard 7:332766fb3114 8 extern const int us_prepare ;
ThierryLeonard 7:332766fb3114 9
ThierryLeonard 6:ac7c0ccf9b5d 10 extern const unsigned char preamble_byte ;
ThierryLeonard 6:ac7c0ccf9b5d 11
ThierryLeonard 6:ac7c0ccf9b5d 12 extern const unsigned char STARTBYTE ;
ThierryLeonard 6:ac7c0ccf9b5d 13 extern const unsigned char ENDBYTE ;
ThierryLeonard 6:ac7c0ccf9b5d 14
ThierryLeonard 6:ac7c0ccf9b5d 15
ThierryLeonard 6:ac7c0ccf9b5d 16 #endif