Early commits of my project

Dependencies:   mbed Gamepad N5110

Revision:
1:c80162894831
Parent:
0:9e5f9e1c8ef9
Child:
2:ba653520a140
--- a/main.h	Mon Mar 11 18:28:46 2019 +0000
+++ b/main.h	Mon Mar 11 19:29:50 2019 +0000
@@ -10,11 +10,12 @@
 
 extern N5110 lcd;
 extern Joystick joystick;
-extern AnalogIn contrast;
+extern AnalogIn pot0;
 extern DigitalIn joy_button;
 
 //function prototypes
 
 void init();
+void contrast();
 
 #endif
\ No newline at end of file