Skip to content

Commit

Permalink
Patch to allow for UART and USB
Browse files Browse the repository at this point in the history
  • Loading branch information
Isysxp committed Apr 20, 2024
1 parent a460e68 commit 0492f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pico_1140_DC/Pico_1140.cxx
Expand Up @@ -100,6 +100,7 @@ int main() {

set_sys_clock_khz(200000, true);
stdio_init_all();
gpio_set_pulls(1,true,false);
gpio_set_function(0, GPIO_FUNC_UART);
gpio_set_function(1, GPIO_FUNC_UART);
gpio_set_function(20, GPIO_FUNC_UART);
Expand Down

0 comments on commit 0492f0a

Please sign in to comment.