@@ -122,9 +122,9 int libuc_main() | |||||
122 | printf("hello world\n"); |
|
122 | printf("hello world\n"); | |
123 | delay_100us(10000); |
|
123 | delay_100us(10000); | |
124 | // streamdevicePrint(__opnfiles__[1],"test Hello %d %f \n",1234567,8.96); |
|
124 | // streamdevicePrint(__opnfiles__[1],"test Hello %d %f \n",1234567,8.96); | |
125 | lcd0.paintText(&lcd0,"A",10,100,&ComicSansMS_18,0x0); |
|
125 | listFiles(); | |
126 | while(1)test_address(&lcd0); |
|
126 | // lcd0.paintText(&lcd0,"A",10,100,&ComicSansMS_18,0x0); | |
127 | // listFiles(); |
|
127 | // while(1)test_address(&lcd0); | |
128 | // while (scanf("%c",in)) |
|
128 | // while (scanf("%c",in)) | |
129 | // { |
|
129 | // { | |
130 | sleep(5); |
|
130 | sleep(5); |
@@ -11,7 +11,6 | |||||
11 | #include <uart.h> |
|
11 | #include <uart.h> | |
12 | #include <stdint.h> |
|
12 | #include <stdint.h> | |
13 | #include <bsp.h> |
|
13 | #include <bsp.h> | |
14 | #include <core.h> |
|
|||
15 |
|
14 | |||
16 | #undef errno |
|
15 | #undef errno | |
17 |
|
16 |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now