warning: #61-D: integer operation result is out of range

integer operation result is out of range //Set GPIO Direction #define DHT22_IO_IN() {GPIOA->CRL &= 0X0FFFFFFF;GPIOA->CRL |= (8 << 4*7);} #define DHT22_IO_OUT() {GPIOA->CRL &= 0X0FFFFFFF;GPIOA->CRL |
相關文章
相關標籤/搜索