Skip to content

Instantly share code, notes, and snippets.

@evankirkiles
Created November 1, 2022 22:56
Show Gist options
  • Save evankirkiles/3fc3ef39cdc4f824661c56dc48ba127c to your computer and use it in GitHub Desktop.
Save evankirkiles/3fc3ef39cdc4f824661c56dc48ba127c to your computer and use it in GitHub Desktop.
/main/include/config.h for CS334 Espressif IDE tutorial
#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