Skip to content

Instantly share code, notes, and snippets.

@chapptw
Created August 23, 2015 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chapptw/3755bae71f0cfc86ca97 to your computer and use it in GitHub Desktop.
Save chapptw/3755bae71f0cfc86ca97 to your computer and use it in GitHub Desktop.
7セグのGPIO設定
// Define GPIO pin number
#define SEG_A 0
#define SEG_B 1
#define SEG_C 4
#define SEG_D 17
#define SEG_E 21
#define SEG_F 22
#define SEG_G 10
#define SEG_H 9
#define SEG_1 23
#define SEG_2 24
#define SEG_3 25
#define SEG_4 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment