Skip to content

Instantly share code, notes, and snippets.

View Robiv8's full-sized avatar

Robi Robiv8

  • Stuttgart
  • 05:26 (UTC +02:00)
View GitHub Profile
@tlorens
tlorens / _24NeoPixelTurnSingals.ino
Created January 29, 2017 19:43
Arduino Code for "Larson Scan" Aka "Knight Rider" turn signals.
/**
* Author: Timothy Lorens <tlorens@cyberdyne.org>
* Date: Jan 2016
* Larson scan turn signal code for Arduino
*
*/
#include <Adafruit_NeoPixel.h>
#define LeftSignal A5
@celevra
celevra / index.html
Created March 24, 2018 11:49 — forked from noestreich/index.html
Teleweb - Einfache HTML-Seite zum Abspielen von TV Livestreams
<!doctype html>
<html lang="en">
<head>
<link href="https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/font/css/open-iconic-bootstrap.css" rel="stylesheet">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="apple-mobile-web-app-capable" content="yes">
@tlorens
tlorens / NeoPixelTurnSignals.ino
Last active February 26, 2023 17:02
NeoPixel Turn Signals Improved with Reverse Light
#include <Adafruit_NeoPixel.h>
/**
* NEO Pixel Turn signals.
* Author: Timothy Lorens <tlorens@cyberdyne.org>
* Date: 07/05/2018
*
* Simple sequential (sweeping) Turn signal logic with dim solid red run state lights
* along with white reverse light. AnalogRead() is used to determine if there's voltage
* on one of the analog pins. Since the blinker relay isn't consistent our loop should be