Skip to content

Instantly share code, notes, and snippets.

Rad Power Bikes Radrunner 3 plus 7-pin Julet/HiGo pinout diagram
When looking at the connector, with the two key triangles at the top left/right
3-o'clock pin: ground
1-o'clock pin: +52v, always
5-o'clock pin: +52v, while bike is on
11-o'clock pin: +52v, while 'light' indicator is on
@jbruening
jbruening / automation_service.yaml
Last active October 9, 2020 21:12
vacuum named segment webhook
- id: '1591476042770'
alias: Vacuum web trigger
description: ''
trigger:
- platform: webhook
webhook_id: WEBHOOK SECRET ID GOES HERE
condition: []
action:
- service: python_script.vacuum_named_segment
data_template:
@jbruening
jbruening / BillboardCreator.cs
Created January 18, 2017 18:35
unity3d wizard to create BillboardAsset assets
using System.Linq;
using UnityEditor;
using UnityEngine;
class BillboardCreator : ScriptableWizard
{
private BillboardAsset _billboard;
private SerializedObject _bs;
private Mesh _mesh;