I'm trying to read from parallax SHT11 module with LPC1769 board using FreeRTOS.
I found this example http://wiring.org.co/learning/basics/humiditytemperaturesht11.html
and I'm trying port to LPC1769
Is something similar to shitOut function for this ?
my knowledge about mbed is scarce, In what pin I should write?
LPC_GPIO0->?????
I've read about LPC_GPIOX->FIOPIN stores current pin value, is here?