Skip to content

Commit 55b7639

Browse files
authored
Create secrets.h
1 parent e9d39d9 commit 55b7639

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • Airlift_ePaper_Calendar/adafruit_airlift_calendar
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#ifndef _SECRETS_H THEN
2+
#define _SECRETS_H
3+
4+
// define your WIFI and Adadfruit IO credentials in this file
5+
6+
#define WIFI_SSID "your_SSID"
7+
#define WIFI_PASSWORD "your_password"
8+
#define AIO_USERNAME "your_adafruit_io_username"
9+
#define AIO_KEY "your_adafruit_io_key"
10+
11+
#endif

0 commit comments

Comments
 (0)