##// END OF EJS Templates
Fusion
jeandet -
r88:9fa0b0427672 merge dev_alexis
parent child
Show More
@@ -122,9 +122,9 int libuc_main()
122 122 printf("hello world\n");
123 123 delay_100us(10000);
124 124 // streamdevicePrint(__opnfiles__[1],"test Hello %d %f \n",1234567,8.96);
125 lcd0.paintText(&lcd0,"A",10,100,&ComicSansMS_18,0x0);
126 while(1)test_address(&lcd0);
127 // listFiles();
125 listFiles();
126 // lcd0.paintText(&lcd0,"A",10,100,&ComicSansMS_18,0x0);
127 // while(1)test_address(&lcd0);
128 128 // while (scanf("%c",in))
129 129 // {
130 130 sleep(5);
@@ -2,7 +2,7 TEMPLATE = subdirs
2 2 CONFIG += ordered
3 3
4 4 SUBDIRS += src/lib.pro \
5 bsp\
5 bsp \
6 6 examples
7 7
8 8
@@ -11,7 +11,6
11 11 #include <uart.h>
12 12 #include <stdint.h>
13 13 #include <bsp.h>
14 #include <core.h>
15 14
16 15 #undef errno
17 16
General Comments 0
You need to be logged in to leave comments. Login now