Skip to content

Instantly share code, notes, and snippets.

@mwafa
Created June 22, 2024 14:24
Show Gist options
  • Select an option

  • Save mwafa/31d2a87887595d168dc4acc35a49b7fb to your computer and use it in GitHub Desktop.

Select an option

Save mwafa/31d2a87887595d168dc4acc35a49b7fb to your computer and use it in GitHub Desktop.
TOFU Board FIle
#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