teamALI / Mbed 2 deprecated HB2018

Dependencies:   mbed FreeRTOS

Committer:
takeru0x1103
Date:
Wed Nov 28 01:31:46 2018 +0000
Revision:
16:05b9e44889f1
Parent:
8:1ca49cb18290
Child:
17:f9610f3cfa1b
???????INT??????

Who changed what in which revision?

UserRevisionLine numberNew contents of line
takeru0x1103 8:1ca49cb18290 1 #ifndef __GLOBALFLAGS_H__
takeru0x1103 8:1ca49cb18290 2 #define __GLOBALFLAGS_H__
takeru0x1103 8:1ca49cb18290 3
takeru0x1103 16:05b9e44889f1 4 #include "mbed.h"
takeru0x1103 8:1ca49cb18290 5
takeru0x1103 16:05b9e44889f1 6
takeru0x1103 16:05b9e44889f1 7 extern DigitalOut led1;
takeru0x1103 16:05b9e44889f1 8 extern DigitalOut led2;
takeru0x1103 16:05b9e44889f1 9 extern DigitalOut led3;
takeru0x1103 16:05b9e44889f1 10 extern DigitalOut led4;
takeru0x1103 8:1ca49cb18290 11 extern bool gfSetYawRef;
takeru0x1103 8:1ca49cb18290 12
takeru0x1103 8:1ca49cb18290 13
takeru0x1103 8:1ca49cb18290 14 #endif /* GYRO_H */