What does (BitAction) do exactly?
Posted on September 08, 2017 at 17:23Hi I'm analyzing the code as the below and came across that code when I was googling.GPIO_WriteBit(GPIOG, GPIO_Pin_11,(BitAction)(1-GPIO_ReadOutputDataBit(GPIOG, GPIO_Pin_11)));But I can't understand what do 'Bit...