- Get client ID and client secret in Discord Developer Portal and edit
.env
- Launch VRChat and Discord (not in browser but standalone application)
- Enable OSC in VRChat
- Run the followings
div.az-item{ | |
transition:all 0.15s ease; | |
padding-bottom: 1px; | |
position: relative; | |
border-radius: 4px; | |
box-shadow: 0 1px 4px rgba(0,0,0,.2); | |
} | |
div.az-item:hover { | |
transform:translateY(-1px); | |
box-shadow: 0 2px 8px rgba(0,0,0,.2); |
#define cbi(addr,bit) addr &= ~(1<<bit) | |
#define sbi(addr,bit) addr |= (1<<bit) | |
#define tbi(addr,bit) addr ^= (1<<bit) | |
// PB3: Rotary Encoder A | |
// PB4: Rotary Encoder B | |
// Method A: Watch A change and read B | |
ISR(PCINT0_vect)//A変化 |
<?php | |
/* | |
Plugin Name: MW WP Form Forbidden Word | |
Plugin URI: | |
Description: MW WP Formのバリデーションに「禁止ワード」を追加 | |
Version: 1.0.0 | |
Author: wararyo | |
Author URI: https://github.com/wararyo | |
License: GPLv2 | |
*/ |
14 GND -> IR_LED Cathode | |
16 GPIO23 -> IR_LED Anode | |
18 GPIO24 -> GPIO25 | |
20 GND | |
22 GPIO25 -> GPIO24 |