Mini can app

Dependencies:   mbed mbed-STM32F103C8T6

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wicedgpio.cpp Source File

wicedgpio.cpp

00001 #include "wicedgpio.h"
00002 
00003 void wiced_gpio_init(PinName p,platform_pin_config_t t)
00004 {
00005     
00006 }
00007 wiced_bool_t wiced_gpio_input_get(PinName p)
00008 {
00009     return WICED_TRUE;
00010 }
00011 wiced_bool_t wiced_gpio_output_low(PinName p)
00012 {
00013     return WICED_TRUE;
00014 }