This file contains hidden or 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 is part of Repetier-Firmware. | |
| Repetier-Firmware is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| Repetier-Firmware is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or 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
| # Panasonic HK9480 Ch1 | |
| lights_brighter = 260056007437110c100d10291029110c1029110c100d100c1129100c110c1029110c1029110c1029100d100c1129100c110c100d100c110c1029110c1029110c1029110c100c11291029110c100c110c1029110c100d10000d050000 | |
| lights_cooler = 260056007437110c110c10291128110c1128110c110c100c1129100c110c1029110c1029110c1029110c100c112910291128110c110c100c110c100d100c1128110c110c10291128110c110c1029110c1029110c102911000d050000 | |
| lights_warmer = 260056007239100d0e0f0f2a0f2a100d0e2b100a110e100d0f2a100d0f0e0f2a0f0e0f2a0f0e0f2a0f0e0f0d0f2a11290f2a100d0f0d102a0f0b120a120e0f2a0f0e0f0b122a0f0d100d0f0d102a0f0b122a0f0d102a0f000d050000 | |
| lights_full = 2600560072390e0f0e0e0f2b0e2b0e0f0e2b0e0f0e0e0f0e0e2b0e0f0e0f0e2b0e0e0f2b0e0e0f2b0e0e0f0e0e2b0f0e0e0f0e0e0f0e0e0f0e0e0f2b0e2b0e0f0e2b0e0f0e0e0e2b0f0e0e2b0f0e0e0f0e2b0e0f0e0e0f000d050000 | |
| lights_darker = 260056007437110c110b11291029110c1029110c100c110c1128110c110c1029110c1029110b1129100c110c1128110c110c100c110c11281129100c1129100c1128110c110c100c1129100c110c110c1029110c100c11000d050 |
This file contains hidden or 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
| // SerialGamepad: Takes serial input to set Joystick status | |
| // for easy gamepad input on various platforms | |
| // Command syntax: | |
| // b0000000000000000 set buttons 1-16 to on or off | |
| // a0128 0128 0128 set axes 0-2 to respective values, 0-1023 | |
| // Target: | |
| // Arduino Leonardo, Micro, and compatible boards |
This file contains hidden or 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
| #!/bin/sh | |
| json=$(wget http://himawari8-dl.nict.go.jp/himawari8/img/D531106/latest.json -O - ) | |
| url=$(echo "$json" | sed -e s/^.........// -e 's/\".*$//' -e s/-/'\/'/g -e s/\ /'\/'/g -e s/://g) | |
| base="http://himawari8-dl.nict.go.jp/himawari8/img/D531106/1d/550/" | |
| suff="_0_0.png" |
NewerOlder