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

keil STM32 and bit operation

Im from slovakia so please excuse my english

im newbie in programic mcu
i need to write if clause where i wat to do something if pin is in high level.

for example
if ((P1^1)==1{
something to do
};

but it wont work
how can i do this
please help me :)

thanx very much

0