Skip to content

Instantly share code, notes, and snippets.

@dlech
dlech / htway.py
Last active October 11, 2022 15:26
ev3dev HTWay
#!/usr/bin/env python
# Python port of the HiTechnic HTWay for ev3dev
# Copyright (c) 2014-2015 G33kDude, David Lechner
# HiTechnic HTWay is Copyright (c) 2010 HiTechnic
import itertools
import os
import struct
@danieldietrich
danieldietrich / .github∕dependabot.yml
Created July 30, 2020 00:26
GitHub Action: Automerge Dependabot Pull Requests
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"