summaryrefslogtreecommitdiffstats
path: root/app/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/main.c b/app/main.c
index 053aa75..0d683e7 100644
--- a/app/main.c
+++ b/app/main.c
@@ -17,15 +17,21 @@ main (void)
ticker_init ();
led_init ();
- i2c_bb_init ();
+ i2c1_bb_init ();
lcd_init ();
+ i2c2_bb_init ();
+ keypad_init();
+
lcd_backlight (1);
+
+#if 0
{
char buf[16];
sprintf(buf,"%x",dfu_flag);
lcd_write(buf,0,1);
}
+#endif
lcd_write ("hello world", 0, 0);