Content originally posted in LPCWare by jb_mrush on Fri Jul 13 14:06:43 MST 2012
Hello everyone,
I'm trying to set a bit to 0 with GPIOSetValue
GPIOSetValue( 1, 3, 0) for example.
The program is running great, my GPIOSetDir are good but when I run the program step by step, the pin always stay to 1 (3.2V) on the Voltmeter.
If I link the pin manually (with a wire) to the GND, all is working well.
Is there something to set on the program...I tried with GPIOSetDir on 1 or 0 but still don't work .
Thanks