Mini can app

Dependencies:   mbed mbed-STM32F103C8T6

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wicedgpio.h Source File

wicedgpio.h

00001 #ifndef __WICED_GPIO_H
00002 #define __WICED_GPIO_H
00003 #include "mbed.h"
00004 #include "wicedtranslate.h"
00005 void wiced_gpio_init(PinName p,platform_pin_config_t t);
00006 wiced_bool_t wiced_gpio_input_get(PinName p);
00007 wiced_bool_t wiced_gpio_output_low(PinName p);
00008 #endif