Skip to content

Instantly share code, notes, and snippets.

View WormyOne's full-sized avatar

Alexis Mather WormyOne

View GitHub Profile
@johnwalley
johnwalley / index.js
Created July 30, 2018 16:46
React roadmap component examples
import React from 'react';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import { withKnobs, object, date, number } from '@storybook/addon-knobs';
import ResponsiveRoadmap from '../components/ResponsiveRoadmap';
import Roadmap from '../components/Roadmap';
import DataTable from '../components/DataTable';
const data = {
RoadmapTitle: 'Roadmap Title',
@Koepel
Koepel / BH1750.ino
Created August 17, 2016 16:19
BH1750 Arduino sketch to compare different modes
// BH1750.ino
// ----------
// 17 august 2016
// First version by Koepel. Public Domain.
// Tested with Arduino Uno and Arduino.cc IDE 1.6.9
// In 2016, there are about 10 to 20 libraries for the BH1750,
// but I was not happy with the existing code.
// I started from scratch and tried to get the maximum out of the sensor.
//
//