@@ -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); |
@@ -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 |
|
1 | NO CONTENT: file was removed, binary diff hidden |
|
1 | NO CONTENT: file was removed, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now