ZehCastro
Joined: 26 Aug 2019 Posts: 1
|
CCS Manual error? |
Posted: Mon Aug 26, 2019 3:41 pm |
|
|
The manual section on input(), page 325, has an example that states:
Code: | int16 i=PIN_B1;
while(!i); //waits for B1 to go high |
That does not seem right, but since this is not standard C, maybe it uses some compiler magic I don't know about.
Is the example correct? |
|