This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

define U16

U16 timerVal = (U16)-1027;

erm...if i'm using this code, how to define that U16? I'm not that good in using this U16...not familiar enough....Need to define it on top of the code?

can use unsigned int U16 timerVal;?

0