aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/wirish.h')
-rw-r--r--wirish/wirish.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/wirish/wirish.h b/wirish/wirish.h
index 13ff313..431e529 100644
--- a/wirish/wirish.h
+++ b/wirish/wirish.h
@@ -51,9 +51,6 @@
extern "C"{
#endif
-#define MAPLE 1
-#define NR_MAPLE_PINS 39 // temporary
-
/* Arduino wiring macros and bit defines */
#define HIGH 0x1
#define LOW 0x0
@@ -64,9 +61,6 @@ extern "C"{
#define LSBFIRST 0
#define MSBFIRST 1
-#define USER_ADDR_ROM 0x08005000
-#define USER_ADDR_RAM 0x20000C00
-
#define lowByte(w) ((w) & 0xff)
#define highByte(w) ((w) >> 8)
#define bitRead(value, bit) (((value) >> (bit)) & 0x01)