Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Mux instructions

3 bytes removed, 12:58, 1 February 2012
no edit summary
gpio_set_value(wifi_nreset, 1);
} else </pre>
"igep00x0_wifi_bt_init" function initializes WIFI and Bluetooth peripherals, this code make a PWM to initialize WIFI. Commented Edit lines below to disable this initialization.<br> <pre> if ((gpio_request(wifi_nreset, "WIFI NRESET") == 0) &amp;&amp;
(gpio_direction_output(wifi_nreset, 0) == 0)) {
gpio_export(wifi_nreset, 0);
4,199
edits