2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

Revision:
30:ed791f1f7f7d
Parent:
14:1dd83e626153
--- a/pinouts.h	Sat Dec 22 20:28:52 2018 +0000
+++ b/pinouts.h	Wed Dec 26 19:34:17 2018 +0000
@@ -1,7 +1,7 @@
 /// Contains the pinouts for various devices
 
-#ifndef BOARDS_H_
-#define BOARDS_H_
+#ifndef PINOUTS_H_
+#define PINOUTS_H_
 
 #include "mbed.h"
 
@@ -49,4 +49,8 @@
 #define AN2         p19
 #define AN3         p20
 
-#endif /* BOARDS_H_ */
\ No newline at end of file
+#define LBUTTON     _D1
+#define CBUTTON     _D0
+#define RBUTTON     _P1
+
+#endif
\ No newline at end of file