Created
June 22, 2024 14:24
-
-
Save mwafa/31d2a87887595d168dc4acc35a49b7fb to your computer and use it in GitHub Desktop.
TOFU Board FIle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef __BOARD_TOFU_H__ | |
| #define __BOARD_TOFU_H__ | |
| #define TOFU_BUTTON1_PIN 33 | |
| #define TOFU_BUTTON2_PIN 25 | |
| #define TOFU_BUTTON3_PIN 32 | |
| #define TOFU_NOTIFICATION_PIN 4 | |
| #define TOFU_STEPUP_PIN 14 | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment