-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix route errors * Update load module for indicators * install neopixel for travis * fix init pin 23 [BLE] * pass build param to travis [indicators] * install icons on travis * recompile indicators with scons * compile on bin dir * refactor import paths for indicators * fix multiple compilation errors
- Loading branch information
Showing
7 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule indicators
updated
38 files
+24 −0 | LICENSE | |
+162 −11 | README.md | |
+63 −0 | SConscript | |
+68 −0 | SConstruct | |
+65 −0 | clk.h | |
+78 −0 | dma.c | |
+126 −0 | dma.h | |
+108 −0 | gpio.h | |
+83 −0 | linux.py | |
+292 −0 | mailbox.c | |
+46 −0 | mailbox.h | |
+419 −0 | main.c | |
+127 −0 | pcm.c | |
+158 −0 | pcm.h | |
+112 −0 | pwm.c | |
+122 −0 | pwm.h | |
+9 −0 | python/.gitignore | |
+21 −0 | python/README.md | |
+0 −0 | python/ez_setup.py | |
+0 −0 | python/neopixel.py | |
+0 −0 | python/rpi_ws281x.i | |
+0 −0 | python/setup.py | |
+0 −0 | python/states/__init__.py | |
+0 −0 | python/states/adas.py | |
+0 −3 | python/states/carAheadRed.py | |
+0 −0 | python/states/indicators.py | |
+0 −0 | python/states/leftLaneDeparture.py | |
+1 −1 | python/states/loading.py | |
+1 −1 | python/states/rightLaneDeparture.py | |
+0 −0 | python/states/talking.py | |
+0 −3 | python/states/wakeWord.py | |
+366 −0 | rpihw.c | |
+50 −0 | rpihw.h | |
+0 −69 | states/black.py | |
+1 −0 | version | |
+71 −0 | version.py | |
+1,227 −0 | ws2811.c | |
+129 −0 | ws2811.h |