Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scripts-perso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Daniel Stan
scripts-perso
Commits
83ecea91
Commit
83ecea91
authored
Jan 18, 2017
by
Daniel STAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lotus: codes remote dans un fichier à part
parent
609e6a36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
arduino/lotus/lotus.ino
arduino/lotus/lotus.ino
+1
-17
arduino/lotus/remote.h
arduino/lotus/remote.h
+16
-0
No files found.
arduino/lotus/lotus.ino
View file @
83ecea91
...
...
@@ -16,23 +16,7 @@ avec programme python coté port série*/
#define BOUNCE 20
#include <IRLib.h>
// Définition des codes boutons de ma télécommande, so far
#define BTN_UP 0xFDA05F
#define BTN_DOWN 0xFDB04F
#define BTN_PAUSE 0xFD807F
#define BTN_VOL_DOWN 0xFD00FF
#define BTN_VOL_UP 0xFD40BF
#define BTN_4 0xFD28D7
#define BTN_3 0xFD48B7
#define BTN_2 0xFD8877
#define BTN_1 0xFD08F7
#define BTN_LEFT 0xFD10EF
#define BTN_RIGHT 0xFD50AF
#define BTN_RETURN 0xFD708F
#define BTN_ENTER 0xFD906F
#define BTN_STOP 0xFD609F
#define BTN_SETUP 0xFD20DF
#include "remote.h"
IRrecv
My_Receiver
(
RECV_PIN
);
...
...
arduino/lotus/remote.h
0 → 100644
View file @
83ecea91
// Définition des codes boutons de ma télécommande, so far
#define BTN_UP 0xFDA05F
#define BTN_DOWN 0xFDB04F
#define BTN_PAUSE 0xFD807F
#define BTN_VOL_DOWN 0xFD00FF
#define BTN_VOL_UP 0xFD40BF
#define BTN_4 0xFD28D7
#define BTN_3 0xFD48B7
#define BTN_2 0xFD8877
#define BTN_1 0xFD08F7
#define BTN_LEFT 0xFD10EF
#define BTN_RIGHT 0xFD50AF
#define BTN_RETURN 0xFD708F
#define BTN_ENTER 0xFD906F
#define BTN_STOP 0xFD609F
#define BTN_SETUP 0xFD20DF
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