Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sam Guyer
JetPack
Commits
c771b0a9
Commit
c771b0a9
authored
Nov 01, 2014
by
Sam Guyer
Browse files
Changed a few parameters
parent
b86d81de
Changes
1
Hide whitespace changes
Inline
Side-by-side
JetPack.ino
View file @
c771b0a9
...
...
@@ -3,7 +3,7 @@
// -- Motor --------------------------------
#define MOTOR_PIN
9
#define MOTOR_PIN
12
// -- LED strip ----------------------------
...
...
@@ -16,15 +16,15 @@ float g_num_leds = (float) NUM_LEDS;
// -- LED elements
CRGB
leds
[
NUM_LEDS
];
#define MAX_BRIGHTNESS
8
0
#define MAX_BRIGHTNESS
15
0
// -- Spectrum for the timer
// Use 50 (yellow) to 97 (red)
#define START_HUE 7
0
#define START_HUE 7
5
#define END_HUE 95
// -- Time to spin up and down the jetpack
#define POWERUP_TIME
5
000
#define POWERUP_TIME
4
000
// -- Button -------------------------------
...
...
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