Skip to content

Instantly share code, notes, and snippets.

View hugochinchilla's full-sized avatar
🤖
I'm not a robot

Hugo Chinchilla Carbonell hugochinchilla

🤖
I'm not a robot
View GitHub Profile
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>a sketch</title>
<script type="text/javascript" src="undermine.js"></script>
</head>
<body>
<center>
#include "NikonRemote.h"
const int potPin = A0;
const int ledPin = 13;
const int irPin = 8;
const int jackPin = 12;
// config values
const int minDelay = 100;
const int blinkLength = 150;
<?php
public function configure()
{
$this->setWidget('hab_customer_location_list', $this->getHabLocationChoiceWidget());
}
protected function getHabLocationChoiceWidget()
{