0_0_11094171_2064.cpp:1:19: reg52.h: No such file or directory
0_0_11094171_2064.cpp:3:20: common.h: No such file or directory
0_0_11094171_2064.cpp:4:21: lcd1602.h: No such file or directory
0_0_11094171_2064.cpp:6: error: `main' must return `int'
0_0_11094171_2064.cpp: In function `int main(...)':
0_0_11094171_2064.cpp:7: error: `UB8' undeclared (first use this function)
0_0_11094171_2064.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11094171_2064.cpp:7: error: expected `;' before "i"
0_0_11094171_2064.cpp:8: error: expected `;' before "author"
0_0_11094171_2064.cpp:9: error: `lcd1602Init' undeclared (first use this function)
0_0_11094171_2064.cpp:10: error: `i' undeclared (first use this function)
0_0_11094171_2064.cpp:10: error: `author' undeclared (first use this function)
0_0_11094171_2064.cpp:12: error: `LCD1602_ROW0' undeclared (first use this function)
0_0_11094171_2064.cpp:12: error: `lcd1602AddressWriteByte' undeclared (first use this function)
0_0_11094171_2064.cpp:14: error: `LCD1602_ROW1' undeclared (first use this function)
0_0_11094171_2064.cpp:14: error: `lcd1602AddressWriteString' undeclared (first use this function)
|