Changeset 809 for firmware/trunk/core/makingthings/io.c
- Timestamp:
- 08/11/08 15:45:51 (5 months ago)
- Files:
-
- 1 modified
-
firmware/trunk/core/makingthings/io.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
firmware/trunk/core/makingthings/io.c
r808 r809 254 254 Read whether an IO pin is in use. 255 255 @param index An int specifying which IO line. Use the appropriate entry from the \ref IoIndices 256 @param output Specify 1 for an output, or 0 for an input.257 256 @return non-zero if active, 0 if inactive 258 257
