Hi, I'm new to TM4C123G series and I'tm having a lot of trouble to read serial data from a sensor
I bought a DHT11 sensor because I need to measure umidity and temperature and its output is a 40bit serial data. In fact, I don't know how to set a pin to read the 40bit output and then separe it in 5 bytes or read 1 byte a time. I've tried to use the UART library, but it gives me an error saying that "identifier 'bool' is undefined" and I can't find anything about this sensor on these boards over the internet.
Any help is welcome. Thanks