山手線の各駅をマスに見立てて、すごろくをするリアルゲームです。
11/12 13:00スタート予定
12:30集合にしたい。
乱入歓迎
| #hueのライトをいい感じに点滅させながらSense 2007を再生するプログラム | |
| require 'hue' | |
| #mp3再生するコマンド | |
| Sense_2007 = 'afplay Sense2007.mp3' | |
| begin | |
| pid = spawn(Sense_2007+'&' , in: "/dev/null", out:"/dev/null", err: "/dev/null") | |
| puts pid | |
| hue = Hue::Client.new |
| nothing |
| j |
| // This is the 'classic' fixed-space bitmap font for Adafruit_GFX since 1.0. | |
| // See gfxfont.h for newer custom bitmap font info. | |
| #ifndef FONT5X7_H | |
| #define FONT5X7_H | |
| #ifdef __AVR__ | |
| #include <avr/io.h> | |
| #include <avr/pgmspace.h> | |
| #elif defined(ESP8266) |
| /* | |
| Copyright 2018 Sekigon | |
| This program 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 2 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| from m5stack import * | |
| import network | |
| import time | |
| import _thread | |
| class WifiList: | |
| def __init__(self, fontHeight): | |
| self.access_points = [] | |
| self.cursor = 0 | |
| self.fontHeight = fontHeight |