自分の環境用なのでかなり偏ってる。
- Sony α7 (ILCE-7)
- K&F NIK-NEXアダプタ
- NIKKOR Auto 50mm F1.4
- 接写リング(K1-K5)
| ### Keybase proof | |
| I hereby claim: | |
| * I am mizucoffee on github. | |
| * I am mizucoffee (https://keybase.io/mizucoffee) on keybase. | |
| * I have a public key ASAINSw67XqTHVWQn0kg22s-XhEpkURPO3I_p-Pu0Xtmugo | |
| To claim this, I am signing this object: |
| list = [0, 'a', false] | |
| p list[0] # 括弧で取得 | |
| # ========================== | |
| # シンボルリテラルだとシンボルリテラルで、アロー表記だとstringで取得できる | |
| hash = { | |
| a: 'data-a', |
| include <WiFi.h> | |
| #include <WiFiClient.h> | |
| #include <WebServer.h> | |
| #include <IRremoteESP8266.h> | |
| #include <IRsend.h> | |
| #include <ir_Mitsubishi.h> | |
| #include <queue> | |
| #include "wifi_info.h" | |
| IPAddress local_IP(192, 168, 101, 200); |