I have some basic knowledge about MicroC.
I am coding for 12 channel LED drivr/flasher for Poson

I have MicroC and Protus for debug/coding it.

However,I have Little problems.
This is my 1st
I want a command to MikroC for Manipulate each bit of Port.
Simply,
i want to turn on channel4 witch was connected to 3rd bit/pin of PORTB.
I have tried before,But

Code: Select all
PORTB.F2
Thanks