Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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