Mini can app
Dependencies: mbed mbed-STM32F103C8T6
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 }
Generated on Fri Jul 15 2022 20:08:26 by
1.7.2