Created
November 1, 2022 22:56
-
-
Save evankirkiles/3fc3ef39cdc4f824661c56dc48ba127c to your computer and use it in GitHub Desktop.
/main/include/config.h for CS334 Espressif IDE tutorial
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 __CONFIG_H__ | |
#define __CONFIG_H__ | |
// GPIO pins for our buttons | |
#define CONFIG_PIN_BUTTON_1 32 | |
#define CONFIG_PIN_BUTTON_2 33 | |
#endif /* __CONFIG_H__ */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment