Mercurial > hg > beaglert
comparison projects/d-box/StatusLED.cpp @ 68:59edd5780fef
Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
author | andrewm |
---|---|
date | Fri, 17 Jul 2015 16:57:08 +0100 |
parents | 8a575ba3ab52 |
children |
comparison
equal
deleted
inserted
replaced
67:472e892c6e41 | 68:59edd5780fef |
---|---|
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; |