Changes

Jump to: navigation, search

Fitlet GPIO SDK for Windows

146 bytes removed, 15:13, 2 November 2015
/* Installation */
== Installation ==
Installation
* Download the GPIO driver to the fitlet.
*Run the fitlet_GPIO_Driver_1.0.exe in Administrator mode and follow the on-screen instructions.
 
== API ==
*The driver will install the GPIO.dll file to the C:\Windows\System\ folder.
*The GPIO.dll exposes the following functions:
Download the GPIO driver to the fitlet. Run the fitlet_GPIO_Driver_1.0.exe in Administrator mode and follow the on-screen instructions.
The driver will install the GPIO.dll file to the C:\Windows\System\ folder. The GPIO.dll exposes the following functions:
===============================================
Name: GPIO_Config
FALSE - configuraqtion failed
TRUE - configuration succeeded
=============================================== 
Name: GPIO_Set
FALSE - configuration failed
TRUE - configuration succeeded
=============================================== 
Name: GPIO_Get
Return: GPIO input pin value (0 – low, 1 - high)
===============================================
== Sample Application ==
The following example demonstrates the simple control of a GPIO pins.
1,291
edits