Skip to content

Commit

Permalink
Fix Frozen OK Button, Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanFuentealba committed Mar 28, 2023
1 parent 0f6e193 commit f1efb9e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ The pins should be connected as follows:
| Cable Game Link (Socket) | Flipper Zero GPIO |
| ------------------------ | ----------------- |
| 6 (GND) | 8 (GND) |
| 5 (CLK) | 7 (C3) |
| 3 (SI) | 6 (B2) |
| 5 (CLK) | 6 (B2) |
| 3 (SI) | 7 (C3) |
| 2 (SO) | 5 (B3) |

## Connect to Flipper Zero without Socket PortData EXT Link
Expand Down
4 changes: 2 additions & 2 deletions README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ Se deben conectar los Pines de la siguiente manera
| Cable Game Link (Socket) | Flipper Zero GPIO |
| ------------------------ | ----------------- |
| 6 (GND) | 8 (GND) |
| 5 (CLK) | 7 (C3) |
| 3 (SI) | 6 (B2) |
| 5 (CLK) | 6 (B2) |
| 3 (SI) | 7 (C3) |
| 2 (SO) | 5 (B3) |


Expand Down
Binary file modified docs/images/GPIO-GBPIN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/GPIO-GBPIN_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/cut-cable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions views/trade.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <gui/view.h>
#include <gui/view_dispatcher.h>

#define GAME_BOY_CLK gpio_ext_pc3
#define GAME_BOY_SI gpio_ext_pb2
#define GAME_BOY_CLK gpio_ext_pb2
#define GAME_BOY_SI gpio_ext_pc3
#define GAME_BOY_SO gpio_ext_pb3

#define DELAY_MICROSECONDS 15
Expand Down

0 comments on commit f1efb9e

Please sign in to comment.