What is the problem with the following program? Compilation prompt LCD1602.C(24): error C141: syntax error near ')' LCD1602.C(27): error C141: syntax error near 'data' LCD1602.C(53): error C211: call
[i=s]This post was last edited by baiweihu on 2014-2-28 17:48[/i] [font=新宋体][size=2][color=#000000]ARM+LINUX route, focusing on embedded Linux operating system and its application software development
I wrote a WinCE program and the ctoolbar is at the top of the screen in VC6. Is the position correct? I can transfer the same code to VS2005 and the ctoolbar moves to the bottom of the screen. Is it b
Please guide me. My initialization program is written like this.The clock is 8MHz.void IICInit(){P3SEL |= 0x06;UCB0CTL1 |= UCSWRST;UCB0CTL0 = UCMST + UCMODE_3 + UCSYNC;UCB0CTL1 = UCSSEL_2 + UCSWRST;UC