You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenledRace/OpenLedRace.ino
+10-9
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,8 @@
85
85
//#include "AvrTracing.hpp"
86
86
87
87
#defineVERSION_EXAMPLE"1.3"
88
-
// 1.3 VU Bar animations - work in progress
88
+
// 1.4 - work in progress
89
+
// 1.3 Moved Bridge and loop, VU Bar animations
89
90
// 1.2 Improvements from Hannover Maker Faire
90
91
// 1.1 Hannover Maker Faire version
91
92
@@ -147,7 +148,7 @@ bool sSerialLCDAvailable;
147
148
#definePIN_FRICTION A1
148
149
#definePIN_DRAG A2
149
150
150
-
#definePIN_ONLY_PLOTTER_OUTPUT12// Verbose output to Arduino Serial Monitor is disabled, if connected to ground. This is intended for Arduino Plotter mode.
151
+
#defineONLY_PLOTTER_OUTPUT_PIN12// Verbose output to Arduino Serial Monitor is disabled, if connected to ground. This is intended for Arduino Plotter mode.
151
152
boolsOnlyPlotterOutput;
152
153
153
154
#defineANALOG_OFFSET20// Bias/offset to get real 0 analog value, because of high LED current on Breadboard, which cause a ground bias.
Copy file name to clipboardExpand all lines: README.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,15 @@
20
20
Also available as [OpenLedRace example](https://github.com/ArminJo/NeoPatterns/tree/master/examples/OpenLedRace) in the [NeoPatterns library](https://github.com/ArminJo/NeoPatterns).
21
21
22
22
</div>
23
+
24
+
#### If you find this library useful, please give it a star.
#### If you find this program useful, please give it a star.
31
+
25
32
# Extensions to standard version
26
33
***Input from MPU6050 Accelerometer**.
27
34
* Classes for Car, Bridge, Ramp and Loop with **natural gravity**.
@@ -51,14 +58,14 @@ Formula is: **NewSpeed = OldSpeed + Gravity + Friction + (OldSpeed * Drag)**
51
58
<br/>
52
59
53
60
# Pictures
54
-
| At the Hannover MakerFaire 2022 | At the Cologne public library MINTköln-Festival 2021 |
61
+
| At the Hannover MakerFaire 2022 | At the Cologne public library MINTköln-Festival 2021 |
55
62
| :-: | :-: |
56
-
|||
63
+
|||
57
64
58
65
<br/>
59
66
60
67
# YouTube Videos
61
-
| At the Hannover MakerFaire 2022 | At the Cologne public library MINTköln-Festival 2021 |
68
+
| At the Hannover MakerFaire 2022 | At the Cologne public library MINTköln-Festival 2021 |
62
69
| :-: | :-: |
63
70
|[](https://www.youtube.com/watch?v=lYzYpFYJfWI)|[](https://www.youtube.com/watch?v=y25rjRkDg0g)|
64
71
@@ -110,5 +117,3 @@ Pin layout is defined [here](https://github.com/ArminJo/NeoPatterns/blob/master/
110
117
-https://twitter.com/openledrace
111
118
-https://gitlab.com/open-led-race
112
119
-https://openledrace.net/open-software/
113
-
114
-
#### If you find this program useful, please give it a star.
0 commit comments