Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
esp8266witty_basic
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
iot
esp8266witty_basic
Commits
bbac0a9e
Commit
bbac0a9e
authored
Nov 15, 2017
by
Adrien Oliva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ESP specific pin name
parent
27fa0931
Pipeline
#102
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/main.cpp
src/main.cpp
+5
-5
No files found.
src/main.cpp
View file @
bbac0a9e
...
...
@@ -3,11 +3,11 @@
/******************************************************************************/
/* Pin Definition */
/******************************************************************************/
#define RGB_LED_R (
15
)
#define RGB_LED_G (
12
)
#define RGB_LED_B (
13
)
#define BUTTON_PIN (
4
)
#define LDR_PIN (0)
#define RGB_LED_R (
D8
)
#define RGB_LED_G (
D6
)
#define RGB_LED_B (
D7
)
#define BUTTON_PIN (
D2
)
#define LDR_PIN (
A
0)
/******************************************************************************/
/* Global Variable */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment