Content originally posted in LPCWare by Luis Digital on Fri Mar 19 12:06:58 MST 2010
Hello,
The source code is usually commented:
Quote:
Function name: GPIOSetDir
Descriptions: Set the direction in GPIO port
parameters: port num, bit position, direction (1 out, 0 input)
Returned value: None
But certainly, the documentation (and examples) is very poor when compared with other microcontrollers, such as AVR, 8051, Propeller, etc.