aboutsummaryrefslogtreecommitdiff
path: root/libraries/Esplora/Esplora.h
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2013-01-27 12:52:06 +0100
committerCristian Maglie <c.maglie@bug.st>2013-01-27 12:52:06 +0100
commit76d436f51501bd47ff463b88a196f517191f58ad (patch)
tree1f22ba2385ad22eca306d67793c0827451f2b50a /libraries/Esplora/Esplora.h
parentbb9cc4f70c17eed497ab30d7bfe6eebb35055205 (diff)
parentc6287dd6ac33544179a6544b8f3f55a396ec6608 (diff)
Merge branch 'ide-1.5.x' into can
Diffstat (limited to 'libraries/Esplora/Esplora.h')
-rw-r--r--libraries/Esplora/Esplora.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/Esplora/Esplora.h b/libraries/Esplora/Esplora.h
index 74fa88b..4f55345 100644
--- a/libraries/Esplora/Esplora.h
+++ b/libraries/Esplora/Esplora.h
@@ -21,7 +21,7 @@
#ifndef ESPLORA_H_
#define ESPLORA_H_
-#include "Arduino.h"
+#include <Arduino.h>
/*
* The following constants are used internally by the Esplora
@@ -141,6 +141,8 @@ public:
* LOW if the button is pressed, and HIGH otherwise.
*/
boolean readButton(byte channel);
+
+ boolean readJoystickButton();
void writeRGB(byte red, byte green, byte blue);
void writeRed(byte red);