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
| // ---- | |
| // Sass (v3.3.8) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| $friendly-colour: #A0EF90; | |
| $mine-spacing: 1px; | |
| $base-mine: #EEE; | |
| $bomb-colour: #222; | |
| $mark-colour: lightblue; |
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
| # The Kick light - Python interface to control it via the Wireless api. | |
| # | |
| # Before using this class, it's currently required for you to connect | |
| # your kick to the device running this, using AD-HOC. If the connection drops, | |
| # you have Wi-Fi drivers that do not support AD-HOC mode. | |
| # | |
| # Changing colour will have no effect unless the light is visible. | |
| import binascii | |
| import socket |