Skip to content

Instantly share code, notes, and snippets.

View dajver's full-sized avatar
🏠
Working from home

Gleb dajver

🏠
Working from home
View GitHub Profile
@edgargrl
edgargrl / quad.ino
Last active February 23, 2020 01:40
Quadruped robot with Arduino
#include <Servo.h>
/*
*
************************************************************
* https://goo.gl/photos/xvHwKM44gh7wN5UK6 *
* https://www.youtube.com/watch?v=PL4174oBPTs *
*************************************************************
*
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
public class DoubleRangeSeekBar extends RangeSeekBar<Double>
{
public DoubleRangeSeekBar(Context context)
{
super(context);