comparison projects/d-box/StatusLED.cpp @ 108:3068421c0737 ultra-staging

Merged default into ultra-staging
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 18 Aug 2015 00:35:15 +0100
parents 59edd5780fef
children
comparison
equal deleted inserted replaced
54:d3f869b98147 108:3068421c0737
7 * QMUL, Centre for Digital Music 7 * QMUL, Centre for Digital Music
8 */ 8 */
9 9
10 #include <iostream> 10 #include <iostream>
11 #include "StatusLED.h" 11 #include "StatusLED.h"
12 #include "../../include/GPIOcontrol.h" 12 #include <GPIOcontrol.h>
13 13
14 extern int gShouldStop; 14 extern int gShouldStop;
15 extern int gVerbose; 15 extern int gVerbose;
16 16
17 using namespace std; 17 using namespace std;