Skip to content

Instantly share code, notes, and snippets.

@Shinichi-Ohki
Shinichi-Ohki / m5stickv_backlight.py
Created July 19, 2019 18:44
M5stickVのバックライトを制御する
import lcd #for test
from machine import I2C
i2c = I2C(I2C.I2C0, freq=400000, scl=28, sda=29)
lcd.init() #for test
lcd.draw_string(100, 100, "hello maixpy", lcd.RED, lcd.BLACK) #for test
i2c.writeto_mem(0x34, 0x91,b'\x70') # minimum
i2c.writeto_mem(0x34, 0x91,b'\xf0') # maximum
@Ishotihadus
Ishotihadus / atr.md
Last active May 19, 2024 15:40
ATR503文元ネタ集

ATR 音素バランス 503 文元ネタ集

判明している音素バランス文の元ネタを集めた。

Subset A

a01: あらゆる現実をすべて自分のほうへねじ曲げたのだ。

「マルサの女 撮影日記」(伊丹十三)(文藝春秋 1987 年 2 月)(c03、g01 と同一)

@HiromuKato
HiromuKato / HoloRecorder.py
Created November 12, 2017 00:59
Pythonista application which controls HoloLens recording.
import ui
import console
import requests
import base64
isRecording = False
url = "192.168.0." # Input Device Portal url
token = ""
def btnAuth_tapped(sender):
@PonDad
PonDad / imagenet_class_index.json
Created December 31, 2016 12:19
imagenetのラベルを日本語化するjsonです。
[
{
"num": "n01440764",
"en": "tench",
"ja": "テンチ"
},
{
"num": "n01443537",
"en": "goldfish",
"ja": "金魚"